Show / Hide Table of Contents

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.

Interfaces

IJsonSerializerStrategy

  • 0 Comments
Back to top Copyright © 2018 James Randall