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
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ JSONlite sandboxes the current working directory similar to [SQLite](https://www
11
11
3. python -m json.tool
12
12
- 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.
13
13
14
-
`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`.
14
+
`json_reformat` is the fastest of the three. `jq` comes in at a close second and `python -m json.tool` is significantly the slowest. If possible, avoid using `python -m json.tool`.
0 commit comments