lib/json: the `__kind` attribute is optional
[nit.git] / lib / json / serialization.nit
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-05-29 Alexis Laferrièrelib: update doc to refer to the `serialize` annotation
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...