An open API service indexing awesome lists of open source software.

https://github.com/flowkey/find-in

Safely fetch a value via period-delimited path string from a (nested) object or array. e.g. `findIn(nullableObject, "a.path[0].string")`
https://github.com/flowkey/find-in

javascript nested-objects npm-package

Last synced: about 2 months ago
JSON representation

Safely fetch a value via period-delimited path string from a (nested) object or array. e.g. `findIn(nullableObject, "a.path[0].string")`

Awesome Lists containing this project