@@ -18,8 +18,8 @@ serde_json = "1.0"
18
18
19
19
You may be looking for:
20
20
21
- - [ JSON API documentation] ( https://docs.serde. rs/serde_json/ )
22
- - [ Serde API documentation] ( https://docs.serde. rs/serde/ )
21
+ - [ JSON API documentation] ( https://docs.rs/serde_json )
22
+ - [ Serde API documentation] ( https://docs.rs/serde )
23
23
- [ Detailed documentation about Serde] ( https://serde.rs/ )
24
24
- [ Setting up ` #[derive(Serialize, Deserialize)] ` ] ( https://serde.rs/derive.html )
25
25
- [ Release notes] ( https://github.com/serde-rs/json/releases )
@@ -126,7 +126,7 @@ without quotation marks involves converting from a JSON string to a Rust string
126
126
with [ ` as_str() ` ] or avoiding the use of ` Value ` as described in the following
127
127
section.
128
128
129
- [ `as_str()` ] : https://docs.serde.rs /serde_json/enum.Value.html#method.as_str
129
+ [ `as_str()` ] : https://docs.rs/serde_json/1 /serde_json/enum.Value.html#method.as_str
130
130
131
131
The ` Value ` representation is sufficient for very basic tasks but can be tedious
132
132
to work with for anything more significant. Error handling is verbose to
@@ -363,14 +363,14 @@ For JSON support in Serde without a memory allocator, please see the
363
363
364
364
[ `serde-json-core` ] : https://github.com/rust-embedded-community/serde-json-core
365
365
366
- [ value ] : https://docs.serde.rs /serde_json/value/enum.Value.html
367
- [ from_str ] : https://docs.serde.rs /serde_json/de/fn.from_str.html
368
- [ from_slice ] : https://docs.serde.rs /serde_json/de/fn.from_slice.html
369
- [ from_reader ] : https://docs.serde.rs /serde_json/de/fn.from_reader.html
370
- [ to_string ] : https://docs.serde.rs /serde_json/ser/fn.to_string.html
371
- [ to_vec ] : https://docs.serde.rs /serde_json/ser/fn.to_vec.html
372
- [ to_writer ] : https://docs.serde.rs /serde_json/ser/fn.to_writer.html
373
- [ macro ] : https://docs.serde.rs /serde_json/macro.json.html
366
+ [ value ] : https://docs.rs/serde_json/1 /serde_json/value/enum.Value.html
367
+ [ from_str ] : https://docs.rs/serde_json/1 /serde_json/de/fn.from_str.html
368
+ [ from_slice ] : https://docs.rs/serde_json/1 /serde_json/de/fn.from_slice.html
369
+ [ from_reader ] : https://docs.rs/serde_json/1 /serde_json/de/fn.from_reader.html
370
+ [ to_string ] : https://docs.rs/serde_json/1 /serde_json/ser/fn.to_string.html
371
+ [ to_vec ] : https://docs.rs/serde_json/1 /serde_json/ser/fn.to_vec.html
372
+ [ to_writer ] : https://docs.rs/serde_json/1 /serde_json/ser/fn.to_writer.html
373
+ [ macro ] : https://docs.rs/serde_json/1 /serde_json/macro.json.html
374
374
375
375
<br >
376
376
0 commit comments