JSONSelect is a JavaScript library that simplifies reaching JSON data with CSS-like selectors.
JSONSelect is an experimentalselector language for JSON. It makes it easy to access data in complex JSON documents. It feels like CSS.
Besides standard hierarchical selectors like “.objectName .objectName2
“, there is support for :first-
child
or :nth-child
as well and you can quickly target any part or all of the dataset.
The library is still under heavy development, more features are expected to be added, however, it is already pretty powerful and functional.