DotDict icon indicating copy to clipboard operation
DotDict copied to clipboard

Comparison to Box

Open Palisand opened this issue 1 year ago • 2 comments

This seems like it provides a subset of the functionality that Box does.

https://github.com/cdgriffith/Box/wiki/Types-of-Boxes

How does it differ?

Palisand avatar Aug 06 '23 03:08 Palisand

Suppose I didn't do much of a market survey beforehand.

nicholasmireles avatar Mar 16 '24 04:03 nicholasmireles

After a further review, I have determined that really the only difference here is that I want the following to work:

_dict = DotDict()
_dict.a.b = "c"

Which fails in Box. Although, figuring out how to achieve that behavior while maintaining all the other functionality has me stumped.

nicholasmireles avatar Mar 16 '24 20:03 nicholasmireles