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.
1 parent f34ef95 commit 6c3dfe9Copy full SHA for 6c3dfe9
Cargo.toml
@@ -56,7 +56,7 @@ alloc = ["serde/alloc"]
56
# Make serde_json::Map use a representation which maintains insertion order.
57
# This allows data to be read into a Value and written back to a JSON string
58
# while preserving the order of map keys in the input.
59
-preserve_order = ["indexmap"]
+preserve_order = ["indexmap", "std"]
60
61
# Use sufficient precision when parsing fixed precision floats from JSON to
62
# ensure that they maintain accuracy when round-tripped through JSON. This comes
0 commit comments