JSON |
JSON Helper library is from: http://techblog.procurios.nl/k/n618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html?pageNr=3 and is subject to the MIT license (http://www.opensource.org/licenses/mit-license.php). .NET 4.0 has native JSON support, but I chose to use this helper instead to make this library accessible to more developers. 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 ArrayList and Hashtable. All numbers are parsed to doubles. |