We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0619617 + 99b7214 commit 7bc0743Copy full SHA for 7bc0743
README.md
@@ -15,6 +15,12 @@ You can also format previously pretty-printed code with "-s":
15
16
jsonpp -s testdata/one/singular.json
17
18
+Jsonpp exists because a friend was building against an API with large JSON APIs
19
+and was tired of the noticable wait times that other languages' tooling
20
+had. Then, jsonpp turned out to be pretty nice for parsing the JSON log files we
21
+had lying around and I made it a thing.
22
+
23
24
Install
25
-------
26
0 commit comments