Skip to content

Commit df2445d

Browse files
amscannedanobi
authored andcommitted
doc: add reference to JSON Lines in addition to NDJSON
This issue has been fixed already, but given this format is commonly known as JSON Lines as well. Add to this the documentation and use this hook to close the original issue. Fixes bpftrace#2902
1 parent 1b7c1da commit df2445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/adoc/bpftrace.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Valid values are::
9797
*json* +
9898
*text*
9999

100-
Note: the json output is ndjson, meaning each line of the streamed output is a single blob of valid json.
100+
The JSON output is compatible with NDJSON and JSON Lines, meaning each line of the streamed output is a single blob of valid JSON.
101101

102102
=== *-h, --help*
103103

0 commit comments

Comments
 (0)