Skip to content

Commit 7bc0743

Browse files
committed
Merge pull request #11 from jmhodges/existence
document why jsonpp exists
2 parents 0619617 + 99b7214 commit 7bc0743

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ You can also format previously pretty-printed code with "-s":
1515

1616
jsonpp -s testdata/one/singular.json
1717

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+
1824
Install
1925
-------
2026

0 commit comments

Comments
 (0)