Json_SetFormatParameters


Sets format parameters of JSON data.

Syntax

C++
Python
 
def Json_SetFormatParameters(
	inJson: JsonData,
	outJson: JsonData,
	/,
	*,
	inFormatParameters: JsonFormatParameters = JsonFormatParameters(False, None, JsonFormatLineBreakType.LineFeed)
)
-> None

Parameters

Name Type Default Description
Input value inJson JsonData Input JSON data.
Input value inFormatParameters JsonFormatParameters JsonFormatParameters(False, None, JsonFormatLineBreakType.LineFeed) JSON format parameters.
Output value outJson JsonData Output JSON data.