Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve order of json keys and don't delete duplicates #113

Open
e-matteson opened this issue Oct 21, 2024 · 0 comments
Open

Preserve order of json keys and don't delete duplicates #113

e-matteson opened this issue Oct 21, 2024 · 0 comments
Labels

Comments

@e-matteson
Copy link
Collaborator

e-matteson commented Oct 21, 2024

When we load a json file, the keys get alphabetized and duplicates get deleted. The deduplication is especially bad because if multiple entries have holes instead of keys, they will be treated as duplicates.

I don't think serde lets you configure that behavior, so we may need to provide our own deserialization implementation for serde, or switch to a different parser.

@e-matteson e-matteson changed the title Preserve order of json keys Preserve order of json keys and don't delete duplicates Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant