Guys JSON.stringify is not stingifying the followi...
# javascript
s
Guys JSON.stringify is not stingifying the following object properly:
[{prop1:'xcxx', prop2:12}, outerProp:11]
Output:
[{"prop1":"xcxx", "prop2":"12"}]
I am using node version 8.x