JsonUtility.ToJsonWriter method (1 of 2)

Converts the object to a JSON writer.

public static void ToJsonWriter(object value, JsonWriter jsonWriter)
parameter description
value The value.
jsonWriter The JSON writer to write JSON to.

See Also


JsonUtility.ToJsonWriter method (2 of 2)

Converts the object to a JSON writer.

public static void ToJsonWriter(object? value, JsonSettings? settings, JsonWriter jsonWriter)
parameter description
value The value.
settings The settings.
jsonWriter The JSON writer to write JSON to.

See Also