Namespace UnityEngine.Purchasing.MiniJSON
Classes
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.
MiniJsonExtensions
Extension class for MiniJson to access values in JSON format.