Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / json / static.nit
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2017-08-31 Alexis Laferrièrejson: update expected error in unit test
2017-08-31 Alexis Laferrièrejson: remove the old nitcc parser
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2016-09-16 Alexis Laferrièrejson::static: all Jsonable are Serializable
2016-09-16 Alexis Laferrièrejson::static: reword module doc
2016-09-15 Alexis Laferrièrelib/json: remove duplicated JSON writing services from...
2016-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-05-13 Alexis Laferrièrelib/json: add a reference to `serialize_to_json` in...
2016-05-06 Lucas Bajoletlib/json: Implemented `pretty_json_visit` on JsonParseError
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