lib/json_serialization: clean up
[nit.git] / lib / json_serialization.nit
2015-03-14 Alexis Laferrièrelib/json_serialization: clean up
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-10 Alexandre Terrasalib/json_serialization: fixes documentation warnings
2014-12-10 Alexandre Terrasalib/json_serialization: fixes old inits
2014-11-17 Jean-Christophe... json_serialization: Use `to_json` to escape characters.
2014-11-17 Jean-Christophe... json: Rename `json_to_nit_object` to `parse_json`.
2014-11-17 Jean-Christophe... json: Make `json_to_nit_object` returns a `Jsonable`.
2014-08-13 Alexis Laferrièrelib/json_serialization: support Arrays
2014-07-09 Jean PrivatMerge: Message Passing Interface (MPI) in Nit and parti...
2014-07-03 Alexis Laferrièrelib/serialization: accept Text as input
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-05-08 Alexis Laferrièremigration: update lib and contribs to use ::json
2014-04-04 Jean Privatlib/string: teach clients to use non deprecated services.
2014-02-22 Alexis Laferrièrelib/json_serialization: fix support for Char
2014-02-22 Alexis Laferrièrelib/json_serialization: remove use of \b in Nit strings
2014-02-20 Alexis Laferrièrephases: add support for deserialization
2014-02-08 Alexis Laferrièreserialization: add support for Arrays
2014-02-07 Alexis Laferrièrelib: intro the json serialization module