json: Parse all standard escape sequences.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 17 Nov 2014 14:46:05 +0000 (09:46 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 17 Nov 2014 14:46:05 +0000 (09:46 -0500)
commitabc39782b6a1c691e4519f1c4a81a1c07bfe56f9
treeefd6f3f8a4ad0cde41a8e85666abee5f6c207604
parent7398a2bf53c6804bb6e619ed5b8ca3755d0899c9
json: Parse all standard escape sequences.

Only escaped UTF-16 wydes above 127 are not supported yet.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
lib/json/static.nit
tests/sav/test_json_static.res
tests/test_json_static.nit