C# (CSharp) Appboy.Utilities Namespace

Classes

Name Description
Json 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 IList and IDictionary. All numbers are parsed to doubles.
Json.Parser
Json.Serializer
JsonUtils