Closed ghost closed 1 year ago
Hi @ThisAccountHasBeenSuspended - ijson
always uses its own representation internally, this is just a conversion.
With that in mind, the new feature should not disable the existing conversion from BTreeMap
- when the indexmap
feature flag is enabled the new conversion should exist in addition to the old conversion.
Thanks 👍
First of all, thank you for this dependency and all your hard work on it.
Personally I use
IndexMap
instead ofBTreeMap
for my projects, so I think it would be nice to allow people to chooseIndexMap
as their preferred hash table for conversion.An example of why I use
IndexMap
https://github.com/bluss/indexmap/issues/269//Edit I also updated all dependencies directly