stream-stringify
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "stream-stringify", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Stringify nested JSON through streams.", | ||
@@ -5,0 +5,0 @@ "main": "lib/stream-stringify.js", |
@@ -25,9 +25,12 @@ Create streams for nested JSON structures of which you don't know about on beforehand. | ||
{ | ||
"firstKey": firstValue, | ||
"firstKey": "firstValue", | ||
"nestedObject": { | ||
"innerArray": [ | ||
1, | ||
[2,3] | ||
[ | ||
2, | ||
3 | ||
] | ||
], | ||
"anotherInnerKey": anotherInnerValue | ||
"anotherInnerKey": "anotherInnerValue" | ||
} | ||
@@ -34,0 +37,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29962
78