chore(jsontools): change link to NDJSON spec (#12671)

Fixes #12671
This commit is contained in:
Marc Cornellà 2024-09-15 15:14:38 +02:00
parent a84bc2dadd
commit e3e80b98b5
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

View File

@ -19,7 +19,7 @@ Usage is simple... just take your json data and pipe it into the appropriate jso
### Supports NDJSON (Newline Delimited JSON) ### Supports NDJSON (Newline Delimited JSON)
The plugin also supports [NDJSON](http://ndjson.org/) input, which means all functions The plugin also supports [NDJSON](https://github.com/ndjson/ndjson-spec) input, which means all functions
have an alternative function that reads and processes the input line by line. These have an alternative function that reads and processes the input line by line. These
functions have the same name except using `ndjson` instead of `json`: functions have the same name except using `ndjson` instead of `json`: