• Home
  • Raw
  • Download

Lines Matching refs:serde

3 [Build Status]: https://img.shields.io/github/workflow/status/serde-rs/json/CI/master
4 [travis]: https://github.com/serde-rs/json/actions?query=branch%3Amaster
6 [crates.io]: https://crates.io/crates/serde\_json
21 - [JSON API documentation](https://docs.serde.rs/serde_json/)
22 - [Serde API documentation](https://docs.serde.rs/serde/)
23 - [Detailed documentation about Serde](https://serde.rs/)
24 - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html)
25 - [Release notes](https://github.com/serde-rs/json/releases)
85 <img align="right" width="50" src="https://raw.githubusercontent.com/serde-rs/serde-rs.github.io/ma…
128 [`as_str()`]: https://docs.serde.rs/serde_json/enum.Value.html#method.as_str
143 <img align="right" width="50" src="https://raw.githubusercontent.com/serde-rs/serde-rs.github.io/ma…
147 use serde::{Deserialize, Serialize};
202 [Using derive]: https://serde.rs/derive.html
210 <img align="right" width="50" src="https://raw.githubusercontent.com/serde-rs/serde-rs.github.io/ma…
243 <img align="right" width="50" src="https://raw.githubusercontent.com/serde-rs/serde-rs.github.io/ma…
274 <img align="right" width="50" src="https://raw.githubusercontent.com/serde-rs/serde-rs.github.io/ma…
278 use serde::{Deserialize, Serialize};
315 Benchmarks live in the [serde-rs/json-benchmark] repo.
317 [serde-rs/json-benchmark]: https://github.com/serde-rs/json-benchmark
351 [`serde-json-core`] crate.
353 [`serde-json-core`]: https://japaric.github.io/serde-json-core/serde_json_core/
355 [value]: https://docs.serde.rs/serde_json/value/enum.Value.html
356 [from_str]: https://docs.serde.rs/serde_json/de/fn.from_str.html
357 [from_slice]: https://docs.serde.rs/serde_json/de/fn.from_slice.html
358 [from_reader]: https://docs.serde.rs/serde_json/de/fn.from_reader.html
359 [to_string]: https://docs.serde.rs/serde_json/ser/fn.to_string.html
360 [to_vec]: https://docs.serde.rs/serde_json/ser/fn.to_vec.html
361 [to_writer]: https://docs.serde.rs/serde_json/ser/fn.to_writer.html
362 [macro]: https://docs.serde.rs/serde_json/macro.json.html