Skip to content

Commit

Permalink
Merge pull request #11 from jmhodges/existence
Browse files Browse the repository at this point in the history
document why jsonpp exists
  • Loading branch information
jmhodges committed May 1, 2016
2 parents 0619617 + 99b7214 commit 7bc0743
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ You can also format previously pretty-printed code with "-s":

jsonpp -s testdata/one/singular.json

Jsonpp exists because a friend was building against an API with large JSON APIs
and was tired of the noticable wait times that other languages' tooling
had. Then, jsonpp turned out to be pretty nice for parsing the JSON log files we
had lying around and I made it a thing.


Install
-------

Expand Down

0 comments on commit 7bc0743

Please sign in to comment.