Skip to content

Conversation

quangIO
Copy link

@quangIO quangIO commented Sep 11, 2025

HashMap<String, Value> should be no different from serde_json::Map. If user requires order preserving, they can use BTreeMap or their custom map implementation.

HashMap<String, Value> should be no different from serde_json::Map. If
user requires order preserving, they can use BTreeMap or their custom
map implementation.
@ahl
Copy link
Collaborator

ahl commented Sep 11, 2025

This is working as intended; perhaps you could start by filing an issue to describe why the existing, intended behavior doesn't match your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants