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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
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 fatest of the three setting options with **jq**coming in marginally slower and `python -m json.tool` being significantly slowest. If possible, ovoid using `python -m json.tool`.
14
+
`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`.
0 commit comments