doc: Commands tests use `test_frontend`
[nit.git] / lib / json / serialization_write.nit
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-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 Alexis Laferrièrejson: optimize writing strings
2017-02-16 Jean Privatjson: use `write_char c` instead of `write c.to_s`
2017-02-13 Alexandre Terrasalib/json/serialization: fix serialization of first...
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-14 Alexis Laferrièrejson::serialization: fix use null when an instance...
2016-09-19 Alexis Laferrièrelib/json: split the serialization module, replace packa...