File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ enum Value {
76
76
77
77
A string of JSON data can be parsed into a ` serde_json::Value ` by the
78
78
[ ` serde_json::from_str ` ] [ from_str ] function. There is also
79
- [ ` from_slice ` ] [ from_slice ] for parsing from a byte slice &[ u8] and
79
+ [ ` from_slice ` ] [ from_slice ] for parsing from a byte slice &\ [ u8\ ] and
80
80
[ ` from_reader ` ] [ from_reader ] for parsing from any ` io::Read ` like a File or a
81
81
TCP stream.
82
82
Original file line number Diff line number Diff line change 56
56
//!
57
57
//! A string of JSON data can be parsed into a `serde_json::Value` by the
58
58
//! [`serde_json::from_str`][from_str] function. There is also [`from_slice`]
59
- //! for parsing from a byte slice &[u8] and [`from_reader`] for parsing from any
60
- //! `io::Read` like a File or a TCP stream.
59
+ //! for parsing from a byte slice &\ [u8\ ] and [`from_reader`] for parsing from
60
+ //! any `io::Read` like a File or a TCP stream.
61
61
//!
62
62
//! ```
63
63
//! use serde_json::{Result, Value};
You can’t perform that action at this time.
0 commit comments