JsonMapper.

ToJson(object, JsonWriter) Method

Namespace
LitJson
Containing Type
JsonMapper

Syntax

public static void ToJson(object obj, JsonWriter writer)

Parameters

Name Type Description
obj object
writer JsonWriter

Return Value

Type Description
void