Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz authored Oct 30, 2024
1 parent 800894a commit 14aa8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Serde JSON Borrow

Up to 2x faster JSON parsing for [ndjson](http://ndjson.org/) type use cases.
Up to 2x faster JSON parsing for NDJSON (Newline Delimited JSON format) type use cases.

`serde_json_borrow` deserializes JSON from `&'ctx str` into `serde_json_borrow::Value<'ctx>` DOM, by trying to reference the original bytes, instead of copying them into `Strings`.

Expand Down

0 comments on commit 14aa8fc

Please sign in to comment.