File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .vscode /
2+
13/target
24/Cargo.lock
Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ exclude = [".github"]
1616
1717
1818[features ]
19-
20- # We currently don't forward any features to serde_json or serde_path_to_error.
21- # I'm happy to accept PRs that add support for that.
19+ raw_value = [" serde_json/raw_value" ]
2220
2321[dependencies ]
2422serde = " 1.0.188"
Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ pub mod value {
208208 // See caveats in README.md
209209 pub use serde_json:: value:: Serializer ;
210210
211+ #[ cfg( feature = "raw_value" ) ]
212+ pub use serde_json:: value:: { to_raw_value, RawValue } ;
213+
211214 use crate :: { Error , Result } ;
212215
213216 /// Convert a `T` into `serde_json::Value` which is an enum that can represent
You can’t perform that action at this time.
0 commit comments