Namespace SimpleJson
Classes
JsonArray
Represents the json array.
JsonObject
Represents the json object.
PocoJsonSerializerStrategy
SimpleJson
This class encodes and decodes JSON strings. Spec. details, see http://www.json.org/
JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList<object>) and JsonObject(IDictionary<string,object>). All numbers are parsed to doubles.