@hackage jspath0.1
Extract substructures from JSON by following a path.
Categories
License
BSD-3-Clause
Maintainer
Keegan McAllister <mcallister.keegan@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
- 0.1 Tue, 21 Sep 2010
Installation
Dependencies (5)
- base >=3 && <5
- bytestring >=0.9
- JSONb >=1.0
- bytestring-trie >=0.1.4
- utf8-string >=0.3 Show all…
Dependents (1)
@hackage/acme-everything
Use this library to extract substructures from JSON structures by following a path. Path components can select elements by key or index, map over arrays, or invoke user-specified functions. Works with JSONb types.
Suggestions and patches are welcome.