misc/vim: inform the user when no results are found
[nit.git] / lib / json /
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