Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 323 Bytes

DeepNest -- Python module for a treatment of deeply nested objects presented in JSON format.

Python          |JSON
----------------|---------------
dict            |object
list, tuple     |array
str             |string
int, float      |number
True            |true
False           |false
None            |null