Skip to content

Commit

Permalink
Update other_usage.org
Browse files Browse the repository at this point in the history
  • Loading branch information
draxil authored Nov 10, 2022
1 parent e91f4ff commit e5be0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/other_usage.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ newlines (sounds like NDJSON eh?) but your objects may have been
pretty printed so won't actually work as NDJSON.

#+begin_src sh
printf "{\n}\n{} {\n} 1234" | json2nd" # output will be valid NDJSON
printf "{\n}\n{} {\n} 1234" | json2nd # output will be valid NDJSON
#+end_src

One caveat at this time is that if you hit an array json2nd will
Expand Down

0 comments on commit e5be0f9

Please sign in to comment.