You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: