jsonpath: Library to parse and execute JSONPath

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Please see the README on GitHub at https://github.com/akshaymankar/jsonpath-hs#readme


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.1.0, 0.3.0.0
Change log ChangeLog.md
Dependencies aeson (>=1.4.2 && <1.5), attoparsec (>=0.13.2 && <0.14), base (>=4.7 && <5), text (>=1.2.3 && <1.3), unordered-containers (>=0.2.10 && <0.3), vector (>=0.12.0 && <0.13) [details]
License BSD-3-Clause
Copyright Akshay Mankar
Author Akshay Mankar
Maintainer itsakshaymankar@gmail.com
Category Text, Web, JSON
Home page https://github.com/akshaymankar/jsonpath-hs#readme
Bug tracker https://github.com/akshaymankar/jsonpath-hs/issues
Source repo head: git clone https://github.com/akshaymankar/jsonpath-hs
Uploaded by axeman at 2019-07-05T18:30:55Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for jsonpath-0.1.0.0

[back to package description]

jsonpath-hs

Implementation of jsonpath as described by Steffen Göessner.

State of this library

This library is still work in progress, but feel free to use it create issues. It lacks some features and has a few variances from the description.

Missing Features

Variances

Shout out to JSON-Path-Test-Suite

I have copied a few of the tests from there, I will probably just sub-module the repository if and when the whole test suite is green.

Uses

I am using this library to support GCP authentication in the Kubernetes haskell client.