Chris Griffith
Chris Griffith
Currently no, but I am not opposed to that as a feature.
Sorry for delay on any feedback on this idea. It's a great idea, and something I didn't know wasn't working. I did some initial testing and confirmed the behavior. Did...
To be honest it would probably be a lot easier programmatically to say that everything with dots is always changed for box dots. Such a breaking change would require a...
Sorry I missed this earlier @ipcoder, that is actually an unrelated issue, addressing in [5.4.0](https://github.com/cdgriffith/Box/pull/204) Basically the issue is that I was doing a check of `key in self`, but...
I am not opposed to this feature, and would be really cool, but is also something I sadly do not have time to work on myself. A fun hurdle about...
Ouh, good idea. I think it will require passing the object through the python builtin OrderedDict somehow, so will have to look into this. Thanks!
That's great to know! I will have to see if such a simple thing also exists with ruamel.yaml and if so easy enough to include on ordered boxes all the...
Sadly it looks like doing this in ruamel is much more cumbersome https://stackoverflow.com/questions/40226610/ruamel-yaml-equivalent-of-sort-keys and I don't think is worth setting as the default method for everyone's use case.
Looks like someone tried to do something about it a long time ago, but I never got around to actually working on it or testing it https://github.com/cdgriffith/Box/tree/bugfix/dots_get Please feel free...
If this is added, I think it would be good to also have a method to pack in into a flattened dict.