diff --git a/Cargo.toml b/Cargo.toml index 56805a86b..aaf26ea4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ std = ["serde/std"] # Available on Rust 1.36+. alloc = ["serde/alloc"] -# Use a different representation for the map type of serde_json::Value. +# Make serde_json::Map use a representation which maintains insertion order. # This allows data to be read into a Value and written back to a JSON string # while preserving the order of map keys in the input. preserve_order = ["indexmap"]