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

https://github.com/scrive/json-pointer

JSON pointers with Aeson support
https://github.com/scrive/json-pointer

Last synced: 4 months ago
JSON representation

JSON pointers with Aeson support

Awesome Lists containing this project

README

          

The `JSONPointer` module was copied from https://hackage.haskell.org/package/json-pointer.

There were some changes made to the module.

* New `jsonPointerUriFragment` function
* Removed the `JSONPointer.Prelude` module
* Added the `JSONPointer.Aeson` module from https://hackage.haskell.org/package/json-pointer-aeson

The license to the original code is included in the LICENSE file.