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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,20 @@
1
1
# JSON-minify
2
2
3
-
A port of the `JSON-minify` utility to the [target-language-name] language.
3
+
A port of the `JSON-minify` utility to the PHP language.
4
4
5
5
## Overview
6
6
7
7
`JSON-minify` minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* JS-style comments (single-line `//` and multiline `/* .. */`).
8
8
9
9
With `JSON-minify`, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.
10
10
11
-
## Porting
12
-
13
-
Please see [PORTING.md](PORTING.md) for instructions.
14
-
15
11
## Testing
16
12
17
-
Please see [TESTING.md](TESTING.md) for example tests.
0 commit comments