lib: intro of json serialization module
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 4 Aug 2011 18:33:21 +0000 (14:33 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 4 Apr 2013 16:13:10 +0000 (12:13 -0400)
commit9989aa3fee034a3c0e81fb67280fedc929cca6e3
tree4bb8a25cf4d245c40bdc4b9bc79fb6654f39ba4f
parente00a52971bf313e14d124e7ff6b34d3434f64204
lib: intro of json serialization module

Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>
lib/json/json.nit [new file with mode: 0644]
lib/json/json_reader.nit [new file with mode: 0644]
lib/json/json_writer.nit [new file with mode: 0644]
lib/json/jsonable.nit [new file with mode: 0644]
lib/json/jsonable.nit.args [new file with mode: 0644]
tests/nitg-e.skip
tests/nitg-s.skip
tests/nitg.skip
tests/niti.skip
tests/sav/test_json.res [new file with mode: 0644]
tests/test_json.nit [new file with mode: 0644]