mirror of
https://github.com/serde-rs/json.git
synced 2025-09-27 21:12:23 +00:00
Add recommended Cargo.toml line to readme
This commit is contained in:
parent
e0bdf46400
commit
c30572eb1f
@ -13,6 +13,11 @@ You may be looking for:
|
||||
|
||||
## Serde JSON in action
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
serde_json = "0.8"
|
||||
```
|
||||
|
||||
Out of the box, Serde JSON is able to serialize and deserialize most Rust
|
||||
standard library types as JSON (primitives, `String`, `HashMap`, tuples, `Vec`,
|
||||
`Option`, etc). This works equally well on stable and nightly compilers and does
|
||||
|
Loading…
x
Reference in New Issue
Block a user