Click or drag to resize

JsonParserToJson Method

Converts an object to Json.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static string ToJson(
	Object data,
	bool formatted = true
)
Request Example View Source

Parameters

data
Type: SystemObject
The object to convert.
formatted (Optional)
Type: SystemBoolean
Whether to return formatted Json.

Return Value

Type: String
See Also