Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / json /
2018-06-08 Lucas Bajoletlib/core: remove uses of Byte for Text
2018-05-11 Jean PrivatMerge: lib: add `package.desc` keys to the `package...
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-05-08 Alexis Laferrièrejson: rename and improve the quick and easy `deserializ...
2017-09-28 Alexis Laferrièrejson::dynamic: update doc
2017-09-28 Alexis Laferrièrejson::dynamic: add array index support to `get`
2017-09-28 Alexis Laferrièrejson::dynamic: remove to_parse_error redundant of to_error
2017-09-28 Alexis Laferrièrejson::dynamic: fix warning
2017-09-07 Jean PrivatMerge: json: move up general services, support Byte...
2017-08-31 Alexis Laferrièreserialization: move up deser. safety services from...
2017-08-31 Alexis Laferrièreserialization: move up type name manipulation services...
2017-08-31 Alexis Laferrièrejson: update expected error in unit test
2017-08-31 Alexis Laferrièrejson: remove the old nitcc parser
2017-08-10 Alexis Laferrièrejson: deser. chars serialized as strings and bytes...
2017-08-10 Alexis Laferrièrejson: support `Byte` in a similar way to `Char`
2017-08-10 Alexis Laferrièrejson: avoid repeating if condition
2017-08-10 Alexis Laferrièrejson: don't reserve an id when not using it
2017-07-26 Alexis Laferrièrejson: standardize error messages
2017-07-26 Alexis Laferrièrejson: deserialize Maps keys first, in the same order...
2017-07-26 Alexis Laferrièrejson: use GetName to restrict deserialized formal types
2017-05-16 Jean PrivatMerge: Custom serializer
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-05-08 Jean Privatserialization: add hooks for a custom serializer
2017-03-06 Alexandre Terrasalib/json: fix array serialization
2017-02-27 Jean PrivatMerge: lib/github: GitHub loader
2017-02-16 Jean PrivatMerge: JSON: optimize writing strings
2017-02-16 Jean PrivatMerge: Use a Buffer in StringWriter
2017-02-16 Alexis Laferrièrejson: optimize writing strings
2017-02-16 Jean Privatjson: use `write_char c` instead of `write c.to_s`
2017-02-16 Jean PrivatMerge: new module annotation `is generated`
2017-02-13 Alexandre Terrasalib/json/serialization: fix serialization of first...
2017-02-13 Alexandre Terrasalib/json/store: fix object paths
2017-02-10 Jean PrivatMerge: Use `UInt32` to manipulate Unicode chars and...
2017-02-10 Jean Privatnitc: use is_generated in various tools and generated...
2017-02-09 Alexis Laferrièretext: use UInt32 to manipulate chars
2017-02-02 Alexis Laferrièrejson: support reading plain JSON map when the static...
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-14 Alexis Laferrièrelib serialization: `deserialize` accepts the name of...
2016-10-14 Alexis Laferrièrejson::serialization: check before deserializing an...
2016-10-14 Alexis Laferrièrejson::serialization: intro services to get the class...
2016-10-14 Alexis Laferrièrejson::serialization: whitelist deserializable classes
2016-10-14 Alexis Laferrièrejson::serialization: fix use null when an instance...
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-19 Alexis Laferrièrelib/json: split the serialization module, replace packa...
2016-09-19 Alexis Laferrièrejson::serialization: inline arrays
2016-09-19 Alexis Laferrièrejson::serialization: 2 less spaces in non-pretty mode
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-09-16 Alexis Laferrièrejson::serialization: add an example for building a...
2016-09-16 Alexis Laferrièrejson::serialization: add compatibility methods to_json...
2016-09-16 Alexis Laferrièrejson::static: all Jsonable are Serializable
2016-09-16 Alexis Laferrièrejson::static: reword module doc
2016-09-16 Alexis Laferrièrelib/json & nitcc_runtime: make some classes serializable
2016-09-15 Alexis Laferrièrelib/json: remove duplicated JSON writing services from...
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-06-08 Lucas Bajoletlib/core: Renamed `Text::bytelen` to `Text::byte_length`
2016-05-13 Alexis Laferrièrelib/json: serialization services use the new string_parser
2016-05-13 Alexis Laferrièrelib/json: add a reference to `serialize_to_json` in...
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-05-09 Lucas Bajoletlib/json: Faster `parse_json_string` implementation
2016-05-06 Lucas Bajoletlib/json: Implemented `pretty_json_visit` on JsonParseError
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-12-17 Lucas Bajoletlib/json: Improved performance of Unicode-escaping...
2015-12-16 Lucas Bajoletlib/json: Added ad-hoc string parser for JSON
2015-12-04 Jean Privatnitcc: generate a faster DFA::trans sequence of `if`
2015-12-04 Jean Privatlib/json: update files generated by nitcc
2015-11-09 Jean PrivatMerge: json::serialization: intro services to easily...
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-11-06 Lucas Bajoletjson/static: Replaced uses of write_to_string by to_s...
2015-11-06 Lucas Bajoletjson/static: Fixed Unicode escaping in JSON read code
2015-10-07 Jean PrivatMakefiles: add pre-build
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-09 Jean Privatlib/json: regenerate with new nitcc
next