Bug 96340 - [NEW PORT] devel/py24-simplejson: Simplejson is a simple, fast, extensible JSON encoder/decoder
Summary: [NEW PORT] devel/py24-simplejson: Simplejson is a simple, fast, extensible JS...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 03:00 UTC by Alexander Botero-Lowry
Modified: 2006-04-26 04:24 UTC (History)
0 users

See Also:


Attachments
py24-simplejson-1.3.shar (2.51 KB, text/plain)
2006-04-26 03:00 UTC, Alexander Botero-Lowry
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Botero-Lowry 2006-04-26 03:00:18 UTC
simplejson is a simple, fast, extensible JSON encoder/decoder for Python

simplejson 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. By default, encoding is done in an encoding 
neutral fashion (plain ASCII with \uXXXX escapes for unicode characters).

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 
(UTF-8 by default).

WWW: http://svn.red-bean.com/bob/simplejson/

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-26 04:24:37 UTC
State Changed
From-To: open->closed

Committed, thanks!