|
|
|
|
|
by dhruv3006
24 days ago
|
|
> Immutable JSON Objects
With the addition of frozendict in 3.15, we now have the ability to represent all the json types (array, boolean, float, null, string, object) in immutable (hashable) forms. I actually love this last feature !! |
|