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. |
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. |