Skip to content

Commit

Permalink
Remove visible trailing \ in README
Browse files Browse the repository at this point in the history
Follow-up for f5e3efe

Apparently using the `\` here where it is not actually needed causes it
to be shown as literal `\` in the rendered text.
  • Loading branch information
Marcono1234 committed Dec 24, 2023
1 parent 118306b commit c6ecb8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@ If you don't want to install cargo-make, you can instead manually run the tasks

## Similar projects

- <https://github.com/alexmaco/json_stream>\
- <https://github.com/alexmaco/json_stream>
> A streaming JSON parser/emitter library for rust
- <https://github.com/sarum90/qjsonrs>\
- <https://github.com/sarum90/qjsonrs>
> JSON Tokenizer written in Rust
- <https://github.com/jeremiah-shaulov/nop-json>\
- <https://github.com/jeremiah-shaulov/nop-json>
> JSON serialization/deserialization (full-featured, modern, streaming, direct into struct/enum)
- <https://github.com/isagalaev/ijson-rust>\
- <https://github.com/isagalaev/ijson-rust>
<!-- Note: Project itself has no README or description -->
> Rust re-implementation of the Python streaming JSON parser [ijson](https://github.com/isagalaev/ijson)
- <https://github.com/byron/json-tools>
Expand Down

0 comments on commit c6ecb8f

Please sign in to comment.