lib/json: bring back string to JSON service to `json::serialization`
[nit.git] / lib / json / serialization.nit
2016-09-15 Alexis Laferrièrelib/json: bring back string to JSON service to `json...
2016-08-30 Alexis Laferrièrejson::serialization: document reading from JSON with...
2016-08-30 Alexis Laferrièreserialization: don't throw missing attribute error...
2016-08-30 Alexis Laferrièrejson::serialization: engines report when an attributes...
2016-08-26 Alexis Laferrièrejson::serialization: fix reading attributes from non...
2016-08-12 Alexis Laferrièrejson::serialization: update "Read JSON" section
2016-08-12 Alexis Laferrièrejson::serialization: infer the static type of the items...
2016-08-12 Alexis Laferrièrejson::serialization: use static type to deserialize...
2016-08-12 Alexis Laferrièrejson::serialization: fallback to the static type at...
2016-08-12 Alexis Laferrièreserialization: `deserialize_attribute` takes an optiona...
2016-08-11 Alexis Laferrièrejson::serialization: intro `attributes_path` as support...
2016-08-04 Alexis Laferrièrejson::serialization: report duplicated keys
2016-08-04 Alexis Laferrièrejson::serialization: check format and consistency of...
2016-08-04 Alexis Laferrièrejson::serialization: don't crash on deserializing malfo...
2016-08-04 Alexis Laferrièrejson::serialization: fix indentation
2016-08-04 Alexis Laferrièrejson::serialization: fix serializing extra attributes...
2016-08-04 Alexis Laferrièrejson::serialization: refactor some duplicated code
2016-05-13 Alexis Laferrièrelib/json: serialization services use the new string_parser
2016-05-13 Alexis Laferrièrelib/json: add error checking in the json deserializatio...
2016-05-13 Alexis Laferrièrelib/json: document how to refine `accept_json_serialize...
2016-05-13 Alexis Laferrièrelib/json: merge different `to_jsons` into a single...
2016-05-12 Alexis Laferrièrelib/json: rename serialize_to_json to accept_json_seria...
2016-05-12 Alexis Laferrièrelib/json: remove public dependency from serialization...
2016-04-28 Jean PrivatMerge: Faster ASCII-only strings
2016-04-28 Lucas Bajoletlib: Fix serialization issue with string-oriented typing
2016-04-22 Alexis Laferrièrelib/json: intro setting to serialize to pretty JSON
2016-04-22 Alexis Laferrièrelib/json: clear warnings
2016-04-22 Alexis Laferrièrelib/json: warn on cycle when writing plain JSON
2016-03-25 Jean Privatlib/json/serialization: fix unsafe covariant assignment
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...