Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (28 loc) · 960 Bytes

ToJsonWriter.md

File metadata and controls

41 lines (28 loc) · 960 Bytes

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