# HG changeset patch # User Yaroslav Zhuravlev # Date 1545745325 -10800 # Node ID 35b02ed44e4a42abd3100fc2f1573f87e07c0999 # Parent 1a6524706c703556e717ffbc4a574ab6c76daa73 Removed example from JSON.stringify in njs reference. diff -r 1a6524706c70 -r 35b02ed44e4a xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Tue Dec 25 15:37:47 2018 +0300 +++ b/xml/en/docs/njs/reference.xml Tue Dec 25 16:42:05 2018 +0300 @@ -9,7 +9,7 @@
+ rev="18">
@@ -990,9 +990,6 @@ >> JSON.stringify(json) '{"a":1,"b":true}' ->> JSON.stringify(json, undefined, 1) -'{\n "a": 1,\n "b": true\n}' - >> JSON.stringify({ x: [10, undefined, function(){}] }) '{"x":[10,null,null]}'