hjsonpointer: JSON Pointer library for Haskell

[ data, deprecated, library, mit ] [ Propose Tags ]
Deprecated

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.3.0.0, 0.3.0.1, 0.3.0.2, 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.1.0.0, 1.1.0.1, 1.1.0.2, 1.1.1, 1.2.0, 1.3.0, 1.4.0, 1.5.0
Dependencies aeson (>=0.8 && <0.9), base (>=4.7 && <4.8), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.11) [details]
License MIT
Author Ian Grant Jeffries
Maintainer ian@housejeffries.com
Category Data
Home page https://github.com/seagreen/hjsonpointer
Source repo head: git clone git://github.com/seagreen/hjsonpointer.git
Uploaded by seagreen at 2015-02-22T23:51:35Z
Distributions
Reverse Dependencies 2 direct, 6 indirect [details]
Downloads 15982 total (47 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-22 [all 1 reports]

Readme for hjsonpointer-0.1.0.0

[back to package description]

Summary

JSON Pointer library for Haskell.

Example

λ jsonPointer "/foo" >>= resolvePointer (Object $ singleton "foo" $ String "bar")
Right (String "bar")