jsonfixerdev 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# jsonfixerdev
|
|
2
2
|
|
|
3
3
|
Repair invalid JSON documents by fixing common syntax issues.
|
|
4
4
|
|
|
@@ -50,7 +50,7 @@ pipeline(inputStream, jsonfixerTransform(), outputStream, (err) => {
|
|
|
50
50
|
|
|
51
51
|
## What it fixes
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
jsonfixerdev can repair issues such as:
|
|
54
54
|
- Missing quotes around keys
|
|
55
55
|
- Missing commas or closing brackets
|
|
56
56
|
- Single quotes instead of double quotes
|