Python functions for working with deeply nested documents (lists and dicts)


Keywords
nested, document, dictionary, dict, list, lookup, schema, json, xml, yaml
License
Unlicense
Install
pip install nested-lookup==0.2.25

Documentation

nested_lookup

This repo was archived in favor of gitlab, permanent redirect:

Make working with JSON, YAML, and XML document responses fun again!

The nested_lookup package provides many Python functions for working with deeply nested documents. A document in this case is a a mixture of Python dictionary and list objects typically derived from YAML or JSON.