@perfsee/jsonr
Advanced tools
Comparing version 1.6.0 to 1.7.0
{ | ||
"name": "@perfsee/jsonr", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "JSON with references", | ||
@@ -17,3 +17,3 @@ "sideEffect": false, | ||
}, | ||
"gitHead": "25f311cef2d02f0621762f55195d52621ed98620" | ||
"gitHead": "9c2025d6be5f9d6968abbda0f3e546ab9a203143" | ||
} |
@@ -20,3 +20,3 @@ ## jsonr | ||
const jsonrStr = JSONR.stringify({ hello: "world" }) | ||
const jsonrStr = JSONR.stringify(obj) | ||
@@ -23,0 +23,0 @@ jsonrStr -> |
Sorry, the diff of this file is not supported yet
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
148925