Skip to content

Commit

Permalink
Mention json-writer-rs project in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 committed May 16, 2024
1 parent 4b5f225 commit cfac2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ If you don't want to install cargo-make, you can instead manually run the tasks
> A JSON tokenizer, which converts JSON source to a series of Tokens
- <https://github.com/iovxw/jsonpull>
> Json pull parser
- <https://github.com/zotta/json-writer-rs>
> Simple and fast crate for writing JSON to a string without creating intermediate objects
- [rustc-serialize `Parser`](https://docs.rs/rustc-serialize/latest/rustc_serialize/json/struct.Parser.html) (deprecated)
> A streaming JSON parser implemented as an iterator of JsonEvent, consuming an iterator of char.
Expand Down

0 comments on commit cfac2ef

Please sign in to comment.