README: document nit_env.sh
[nit.git] / lib / json /
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Jean Privatlib/json: regenerate with new nitcc
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-08-24 Jean Privatlib/json: make build nitcc if required
2015-06-29 Alexis Laferrièrelib/json: add hook to customize the deserialization...
2015-06-29 Alexis Laferrièrelib/json: document deserializing custom JSON code to...
2015-06-29 Alexis Laferrièrelib/json: infer type of simple JSON array at deserializ...
2015-06-29 Alexis Laferrièrelib/json: serialize `Array[nullable Serializable]`...
2015-06-29 Alexis Laferrièrelib/json: there's no need for the length attribute...
2015-06-29 Alexis Laferrièrelib/json: clear error list on each call to deserialize
2015-06-29 Alexis Laferrièrelib/json: improve the human readable version of JsonPar...
2015-06-29 Alexis Laferrièrelib/json: the `__kind` attribute is optional
2015-06-29 Alexis Laferrièrelib/json: parse errors are moved to deserializer errors
2015-06-29 Alexis Laferrièrelib/json: serialization is more tolerant to errors
2015-06-29 Alexis Laferrièrelib/json: object __id is optional
2015-06-13 Jean Privatlib/json: update nitunits with new Collection::to_s...
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
2015-05-28 Alexandre Terrasalib/json: remove useless types
2015-05-25 Alexis Laferrièrelib/serialization: extract caches from json_serialization
2015-05-25 Alexis Laferrièrelib/json: fix json serialization to play well with...
2015-05-20 Alexis Laferrièrelib/json: add doc to serialization
2015-05-20 Alexis Laferrièrelib/json: adds `to_plain_json`
2015-05-20 Alexis Laferrièrelib/json: serialization private import static
2015-05-20 Alexis Laferrièretests: extract JSON logic from test_deserialization
2015-05-20 Alexis Laferrièrelib/json: serialization can write plain JSON
2015-05-20 Alexis Laferrièrelib/json: avoid using super-strings and stream directly...
2015-05-20 Alexis Laferrièrelib/json: extract `StrictHashMap` from `json::serializa...
2015-05-20 Alexis Laferrièrelib/json: move `json_serialization` to `json::serializa...
2015-05-06 Alexandre Terrasalib/json: add pretty printing services on Jsonable...
2015-02-17 Alexis Laferrièrelib/json: converting JsonValue to float or int casts...
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-29 Jean-Christophe... json: Factorize the trivial implementation of `to_json`.
2014-12-20 Jean Privatjson: regenerate with new `no_warning`
2014-12-20 Alexandre Terrasalib/json: introduces collection management in JsonStore.
2014-12-18 Alexandre Terrasalib/json: introduces json store a simple json data...
2014-11-30 Jean PrivatMerge: Fix warnings in the JSON, SAX and SAXophoNit...
2014-11-28 Jean-Christophe... json: Add missing documentation.
2014-11-28 Jean-Christophe... json: Hide implementation details.
2014-11-28 Jean Privatall: fix broken docunits
2014-11-17 Jean-Christophe... json: Allow to buffer writings.
2014-11-17 Jean-Christophe... json: Add error handling to `dynamic`.
2014-11-17 Jean-Christophe... json: Add `JsonValue.json_type`.
2014-11-17 Jean-Christophe... json: Update the documentation of the main module.
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: Add `JsonParseError`.
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-11-14 Jean-Christophe... json: Move `to_json_value` to `Text`.
2014-11-14 Jean-Christophe... json: Accept only standard escaping.
2014-07-03 Alexis Laferrièrelib/serialization: accept Text as input
2014-06-26 Jean Privatlib/json: regenerate json_lexer with private DFAStates
2014-05-08 Alexis LaferrièreMerge branch 'master' into json-reborn
2014-05-08 Alexis Laferrièrelib/json: intro the main module json.nit
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-05-08 Alexis Laferrièrelib: intro the friendlier to use json::dynamic
2014-04-25 Alexis Laferrièrelib: rename simple_json_reader as json::static
2014-04-25 Alexis Laferrièrelib: retire the old 'json' module based on libjson0
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-04 Alexis Laferrièrelib: clean up .args
2014-03-24 Lucas Bajoletstdlib/strings: Detached the Text block from Collection.
2014-02-24 Alexis Laferrièrelib/json: make SequenceRead jsonable instead of Sequence
2014-02-24 Alexis Laferrièrelib/json: fix missing FFI imports
2014-02-24 Alexis Laferrièrelib/json: use pkgconfig in json module
2014-02-17 Alexis Laferrièrelib: update json module to the latest FFI spec
2014-02-17 Alexis Laferrièrelib: update the json module to latest FFI spec
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-05-28 Alexis Laferrièrelib/json: fix const char* errors
2013-05-27 Alexis Laferrièrelib/json: also check for null in Sequence
2013-05-27 Alexis Laferrièrelibs/json: duplicate null check for retro-compatibility
2013-05-16 Alexis Laferrièrelib/json: separate the pretty print from libjson0 v0.10
2013-04-04 Alexis Laferrièrelib: intro of json serialization module