WriteJson Method
Overloads
WriteJson(JsonWriter) |
Writes the full json structure of the object to the argument writer. |
WriteJson(JsonWriter)
Writes the full json structure of the object to the argument writer.
Declaration
public void WriteJson(JsonWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.JsonWriter | writer |
The target writer. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!