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) · 986 Bytes

ToJsonTextWriter.md

File metadata and controls

41 lines (28 loc) · 986 Bytes

JsonUtility.ToJsonTextWriter method (1 of 2)

Converts the object to a JSON text writer.

public static void ToJsonTextWriter(object value, TextWriter textWriter)
parameter description
value The value.
textWriter The text writer to write JSON to.

See Also


JsonUtility.ToJsonTextWriter method (2 of 2)

Converts the object to a JSON text writer.

public static void ToJsonTextWriter(object? value, JsonSettings? settings, TextWriter textWriter)
parameter description
value The value.
settings The settings.
textWriter The text writer to write JSON to.

See Also