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
- Host: GitHub
- URL: https://github.com/scrive/json-pointer
- Owner: scrive
- License: mit
- Created: 2022-12-19T11:28:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T09:27:41.000Z (about 1 year ago)
- Last Synced: 2025-06-15T14:14:55.809Z (about 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.