serde: Fix docs for JsonObject

This commit is contained in:
Jonas Platte 2021-09-27 19:57:06 +02:00
parent 031dedebc9
commit 1e48e97cf5
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -34,7 +34,7 @@ pub use strings::{
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>;
/// Check whether a value is equal to its default value.