Merged in changes from trunk -- the JSON pretty printer. |
|
More...
|
over 16 years ago
|
Made the default indentation four spaces (rather than two) after a comment from Mike. Also fixed a bug in the unparsing of \r carriage returns. The pretty printer can now also output over the input file when told to do so. |
|
More...
|
over 16 years ago
|
Made the default indentation four spaces (rather than two) after a comment from Mike. Also fixed a bug in the unparsing of \r carriage returns. The pretty printer can now also output over the input file when told to do so. |
|
More...
|
over 16 years ago
|
Brought in the JSON pretty printer example. The pretty printer will load up a JSON blob and output to screen or to a file split across lines with sensible indentation. |
|
More...
|
over 16 years ago
|
Brought in the JSON pretty printer example. The pretty printer will load up a JSON blob and output to screen or to a file split across lines with sensible indentation. |
|
More...
|
over 16 years ago
|
Added a short description of the JSON pretty printer as an example. |
|
More...
|
over 16 years ago
|
Added a number of JSON unparse tests to the core smoke tests. |
|
More...
|
over 16 years ago
|
JSON unparsing now uses Unicode escape sequences to sidestep encoding problems. |
|
More...
|
over 16 years ago
|
Can now save the output JSON. |
|
More...
|
over 16 years ago
|
Added a simple file saving function for Linux. |
|
More...
|
over 16 years ago
|
Added an option to pretty print the JSON blobs. |
|
More...
|
over 16 years ago
|
Displays the JSON to the screen. |
|
More...
|
over 16 years ago
|
Implemented a version of file loading for Linux that throws on errors. |
|
More...
|
over 16 years ago
|
Added an optional filename to the unexpected_eof exception. |
|
More...
|
over 16 years ago
|
Started to put in the JSON pretty printing code. |
|
More...
|
over 16 years ago
|
Started to put in the JSON pretty printing code. |
|
More...
|
over 16 years ago
|
Added some more transaction visibility tests. |
|
More...
|
over 16 years ago
|
Added a failing test for the transaction. The jcursor needs to perform some copies to ensure the writes are properly isolated. |
|
More...
|
over 16 years ago
|
Can now move through the JSON recordset. |
|
More...
|
over 16 years ago
|
Can find out how many fields there are in the recordset. |
|
More...
|
over 16 years ago
|
Can now pull out a JSON recordset field by its name or ordinal (based on the meta_instance). |
|
More...
|
over 16 years ago
|
Implemented json iterator dereferencing. |
|
More...
|
over 16 years ago
|
Moved the Django example site into the examples folder. |
|
More...
|
over 16 years ago
|
Improved the convertion from Python Unicode strings to fostlib::strings. |
|
More...
|
over 16 years ago
|
Moving over the fost-py Debian package building script. |
|
More...
|
over 16 years ago
|
Added coercion required by 32 bit Linux. |
|
More...
|
over 16 years ago
|
Added coercion from signed to unsigned 64 bit ints. |
|
More...
|
over 16 years ago
|
The new JSON iterators now link properly on Windows and the tests pass. |
|
More...
|
over 16 years ago
|
The new JSON iterators now link properly on Windows and the tests pass. |
|
More...
|
over 16 years ago
|
Started to implement the JSON iterators. |
|
More...
|
over 16 years ago
|