Statistics
| Branch: | Tag: | Revision:

root / lib / serializer.py @ 768f0a80

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
8d14b30d 04/21/2008 04:04 pm Iustin Pop

Abstract the json functions into a separate module

This simple patch adds a new module that holds the simplejson functions
for serialization/deserialization. This reduces the amount of redundant
code.

The patch also adds some normalizations to the json output:...