Namespace Dapplo.HttpExtensions.JsonSimple
Classes
DataContractJsonSerializerStrategy
DefaultJsonHttpContentConverter
This can convert HttpContent from/to Json TODO: add JsonObject from SimpleJson for more clear generic code..
JsonExtensionDataAttribute
Use this attribute on a IDictionary to be able to receive all data which cannot be matched in the target type
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.
SimpleJsonSerializer
This defines the default way how Json is de-/serialized.