Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 573 Bytes

dotable

Build Status

A module for accessing nested lists and dictionaries using json style dot notation.

Sometimes, for pragmatic reasons, following conventions is less than desirable. This library is useful for many cases but particularly useful when working with json responses from remote REST APIs.

Concepts for this library originally from:

http://hayd.github.io/2013/dotable-dictionaries/