Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesocket committed Feb 12, 2017
1 parent 0c4a697 commit b431275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ JSONlite sandboxes the current working directory similar to [SQLite](https://www
3. python -m json.tool
- Alternatively, install [yajl](http://lloyd.github.io/yajl/) for `json_reformat` *or* [jq](https://github.com/stedolan/jq) to get a roughly 3x performance improvement setting documents.

`json_reformat` is the fastest of the three set methods. **jq** comes in a close second and `python -m json.tool` being significantly slowest. If possible, avoid using `python -m json.tool`.
`json_reformat` is the fastest of the three set methods. `jq` comes in at a close second and `python -m json.tool` is significantly the slowest. If possible, avoid using `python -m json.tool`.

## Installation

Expand Down

0 comments on commit b431275

Please sign in to comment.