]> git.kaiwu.me - njs.git/commit
Fixed truth value of JSON numbers in JSON.parse().
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Jun 2019 14:34:59 +0000 (17:34 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 11 Jun 2019 14:34:59 +0000 (17:34 +0300)
commit5eaace2e3309ecdc88a445a92cf357d731847b76
tree57906819ed3e0a1b7f42bb66d1d09a584199b574
parente33a4039c6d7ac9b6fe0d49803b43c1fbb743472
Fixed truth value of JSON numbers in JSON.parse().

This closes #180 issue on Github.
njs/njs_json.c
njs/test/njs_unit_test.c