Click or drag to resize

JSONWriter Class

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

The JSONWriter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToJson
Converts an object to a JSON string representation.
Top
See Also