We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f66223 + aa37b6d commit 553533bCopy full SHA for 553533b
src/libserialize/json.rs
@@ -29,7 +29,7 @@
29
//! * `String`: equivalent to rust's `String`
30
//! * `Array`: equivalent to rust's `Vec<T>`, but also allowing objects of different types in the
31
//! same array
32
-//! * `Object`: equivalent to rust's `Treemap<String, json::Json>`
+//! * `Object`: equivalent to rust's `BTreeMap<String, json::Json>`
33
//! * `Null`
34
//!
35
//! An object is a series of string keys mapping to values, in `"key": value` format.
0 commit comments