json: rename and improve the quick and easy `deserialize_json`
[nit.git] / lib / json / serialization_read.nit
2018-05-08 Alexis Laferrièrejson: rename and improve the quick and easy `deserializ...
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: 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-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-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-09-19 Alexis Laferrièrelib/json: split the serialization module, replace packa...