]> git.kaiwu.me - njs.git/commit
Fixed JSON.stringify() with Number() and String() objects.
authorAlexander Borisov <alexander.borisov@nginx.com>
Tue, 25 Feb 2020 13:03:20 +0000 (16:03 +0300)
committerAlexander Borisov <alexander.borisov@nginx.com>
Tue, 25 Feb 2020 13:03:20 +0000 (16:03 +0300)
commit3ad1529dd1ead43076a893a1929a27ed9cb9949a
tree6ecf8abd6a5773309b7d89b3d01b800b8286c07c
parentb2cf1cea3aef0c4ebf1219d3172ead8ca2573692
Fixed JSON.stringify() with Number() and String() objects.

According to the specification.
src/njs_json.c
src/test/njs_unit_test.c