aboutsummaryrefslogtreecommitdiff
path: root/devel/py-demjson
Commit message (Collapse)AuthorAgeFilesLines
* py-demjson provides classes and functions for encoding or decodingMartin Wilke2008-12-224-0/+39
data represented in the language-neutral JSON format (which is often used as a simpler substitute for XML in Ajax web applications). This implementation tries to be as compliant to the JSON specification (RFC 4627) as possible, while still providing many optional extensions to allow less restrictive JavaScript syntax. It includes complete Unicode support, including UTF-32, BOM, and surrogate pair processing. It can also support JavaScript's NaN and Infinity numeric types as well as it's 'undefined' type. It also includes a lint-like JSON syntax validator which tests JSON text for strict compliance to the standard. WWW: http://deron.meranda.us/python/demjson/ PR: ports/129711 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=224596