Revision 8d14b30d
ID | 8d14b30de885c9531ad7d2b365f5fd473b8702e1 |
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:
- the output text will always have an EOL as last char
- extra spaces before EOL are removed
Reviewed-by: ultrotter
Files
- added
- modified
- copied
- renamed
- deleted