You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ A port of the `JSON-minify` utility to the [target-language-name] language.
4
4
5
5
## Overview
6
6
7
-
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all
8
-
whitespace *and* JS-style comments (single-line and multiline).
7
+
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* JS-style comments (single-line `//` and multiline `/* .. */`).
9
8
10
9
With `JSON-minify`, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.
0 commit comments