JsonMapper.

ToJson(object, JsonWriter) Method

Assembly
Cake.Gradle.dll
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