Really simple JSON writer which outputs JSON structures from an object.
Inheritance Hierarchy SystemObject
TinyJsonJSONWriter
Namespace:
TinyJson
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static class JSONWriter
<ExtensionAttribute>
Public NotInheritable Class JSONWriter
[ExtensionAttribute]
public ref class JSONWriter abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type JSONWriter = class end
The JSONWriter type exposes the following members.
Methods
| Name | Description |
---|
| ToJson | Converts an object to a JSON string representation. |
TopSee Also