Skip to content

Python module for a treatment of deeply nested objects

License

Notifications You must be signed in to change notification settings

AnderOne/DeepNest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python module for a treatment of deeply nested objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages