rollup merge of #20182: brianloveswords/patch-2
Treemap should be BTreeMap
This commit is contained in:
commit
7b3be9b854
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
//! * `String`: equivalent to rust's `String`
|
//! * `String`: equivalent to rust's `String`
|
||||||
//! * `Array`: equivalent to rust's `Vec<T>`, but also allowing objects of different types in the
|
//! * `Array`: equivalent to rust's `Vec<T>`, but also allowing objects of different types in the
|
||||||
//! same array
|
//! same array
|
||||||
//! * `Object`: equivalent to rust's `Treemap<String, json::Json>`
|
//! * `Object`: equivalent to rust's `BTreeMap<String, json::Json>`
|
||||||
//! * `Null`
|
//! * `Null`
|
||||||
//!
|
//!
|
||||||
//! An object is a series of string keys mapping to values, in `"key": value` format.
|
//! An object is a series of string keys mapping to values, in `"key": value` format.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue