Skip to content

Tags: doberkofler/PLSQL-JSON

Tags

0.7.1

Toggle 0.7.1's commit message
Fixed an alignment problem in the pretty output of json

0.5.0

Toggle 0.5.0's commit message
Fixed an alignment problem in the pretty output of json

v0.7.0

Toggle v0.7.0's commit message
Added output configuration option `newline_char` for the end of line …

…style and `indentation_char` for the identation style.

v0.6.0

Toggle v0.6.0's commit message
- Added api `get_default_options`, `get_options` and `set_options` to…

… `json_utils`package to configure (`Pretty`, `AsciiOutput` and `EscapeSolitus`) the output.

- Added support for formatted (pretty) json output with the option `Pretty`.
- Fixed another error when converting `\f` and `\r`.

v0.5.0

Toggle v0.5.0's commit message
Fixed the unit tests for converting \f and \r

v0.4.1

Toggle v0.4.1's commit message

v0.4.0

Toggle v0.4.0's commit message
Fixed release date

v0.2.0

Toggle v0.2.0's commit message
Added API to directly parse a json string containg an array