lib/serialization: serialize all insances of Text as we did with srings
[nit.git] / lib / json / serialization.nit
2016-02-12 Alexis Laferrièrelib/serialization: serialize all insances of Text as...
2015-11-08 Alexis Laferrièrelib/json: intro simple services for scripts and the...
2015-11-08 Alexis Laferrièrelib/json: clean up a few useless signatures
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: 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...