@hackage jspath0.1

Extract substructures from JSON by following a path.

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Keegan McAllister <mcallister.keegan@gmail.com>

  • Versions

    • 0.1 Tue, 21 Sep 2010

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.