Skip to content

Commit 53771bd

Browse files
authored
Update NDJSON link to GitHub Specification (#93)
1 parent da7fdcf commit 53771bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Compared to Golang's standard package `encoding/json`, `simdjson-go` is about 10
1919
Additionally `simdjson-go` has the following features:
2020

2121
- No 4 GB object limit
22-
- Support for [ndjson](http://ndjson.org/) (newline delimited json)
22+
- Support for [ndjson](https://github.com/ndjson/ndjson-spec) (newline delimited json)
2323
- Pure Go (no need for cgo)
2424
- Object search/traversal.
2525
- In-place value replacement.

0 commit comments

Comments
 (0)