lib/json: Improved performance of Unicode-escaping in a `Text`
[nit.git] / lib / json / static.nit
2015-12-17 Lucas Bajoletlib/json: Improved performance of Unicode-escaping...
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-11-06 Lucas Bajoletjson/static: Replaced uses of write_to_string by to_s...
2015-11-06 Lucas Bajoletjson/static: Fixed Unicode escaping in JSON read code
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-05-06 Alexandre Terrasalib/json: add pretty printing services on Jsonable...
2014-12-29 Jean-Christophe... json: Factorize the trivial implementation of `to_json`.
2014-11-28 Jean-Christophe... json: Add missing documentation.
2014-11-28 Jean-Christophe... json: Hide implementation details.
2014-11-17 Jean-Christophe... json: Allow to buffer writings.
2014-11-17 Jean-Christophe... json: Document `parse_json`.
2014-11-17 Jean-Christophe... json: Rename `json_to_nit_object` to `parse_json`.
2014-11-17 Jean-Christophe... json: Return a `JsonParseError` on failure.
2014-11-17 Jean-Christophe... json: Make `json_to_nit_object` returns a `Jsonable`.
2014-11-17 Jean-Christophe... json: Add the `Jsonable` interface.
2014-11-17 Jean-Christophe... json: Parse all standard escape sequences.
2014-07-03 Alexis Laferrièrelib/serialization: accept Text as input
2014-05-08 Alexis LaferrièreMerge branch 'master' into json-reborn
2014-05-08 Alexis Laferrièrelib/json: improve doc of the static module
2014-05-08 Alexis Laferrièrelib/json: privatly import lexer and parser
2014-04-25 Alexis Laferrièrelib: rename simple_json_reader as json::static