Commit Graph

7 Commits

Author SHA1 Message Date
jasper
e640b9b962 - merge PFRAG.shared into PLIST 2009-10-11 20:59:37 +00:00
martynas
a8be76c150 update to simplejson-2.0.7, based on the initial simplejson-2.0.6
diff from Benoit Chesneau.  ok wcmaier@
2009-01-27 21:28:51 +00:00
martynas
e42055e256 update to py-simplejson-1.9.3. ok wcmaier@ 2008-10-08 21:06:44 +00:00
martynas
eba5b5bc9e - update to py-simplejson-1.9.2
- add a do-regress target, prodded by wcmaier@
ok wcmaier@
2008-07-11 22:40:06 +00:00
martynas
3c2de70ca5 update to py-simplejson-1.8.1; ok wcmaier@ 2008-04-15 09:36:06 +00:00
martynas
6a5bce4574 update to py-simplejson-1.7.3; ok simon@ 2008-01-13 17:20:14 +00:00
martynas
0f9bae17c7 import py-simplejson-1.7.1
Simplejson is a simple, fast, extensible JSON encoder/decoder for
Python.  It is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding
and decoding, with unicode support.  The encoder may be subclassed
to provide serialization in any kind of situation, without any
special support by the objects to be serialized (somewhat like
pickle).  The decoder can handle incoming JSON strings of any
specified encoding.

ok simon@ (who also spotted HOMEPAGE not escaping #)
2007-06-24 21:51:30 +00:00