Prune devel/py-EnthoughtBase
[dports.git] / devel / py-demjson / pkg-descr
1 py-demjson provides classes and functions for encoding or decoding
2 data represented in the language-neutral JSON format (which is often
3 used as a simpler substitute for XML in Ajax web applications). This
4 implementation tries to be as compliant to the JSON specification (RFC
5 4627) as possible, while still providing many optional extensions to
6 allow less restrictive JavaScript syntax. It includes complete Unicode
7 support, including UTF-32, BOM, and surrogate pair processing. It can
8 also support JavaScript's NaN and Infinity numeric types as well as
9 it's 'undefined' type. It also includes a lint-like JSON syntax
10 validator which tests JSON text for strict compliance to the standard.
11
12 WWW: http://deron.meranda.us/python/demjson/