serde: Fix docs for JsonObject
This commit is contained in:
parent
031dedebc9
commit
1e48e97cf5
@ -34,7 +34,7 @@ pub use strings::{
|
|||||||
none_as_empty_string,
|
none_as_empty_string,
|
||||||
};
|
};
|
||||||
|
|
||||||
/// The inner type of [`serde_json::Value:::Object`].
|
/// The inner type of [`JsonValue::Object`].
|
||||||
pub type JsonObject = serde_json::Map<String, JsonValue>;
|
pub type JsonObject = serde_json::Map<String, JsonValue>;
|
||||||
|
|
||||||
/// Check whether a value is equal to its default value.
|
/// Check whether a value is equal to its default value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user