Box
Box copied to clipboard
type 'int' is not iterable
Reproduce code:
a = Box(
{
"a": {
"b": {
"c": 100
}
}
},
box_dots=True
)
x = a.get('a.b.c.d')