@reflect/jason
v0.5.0
Published
Library for working with JSON blobs
Downloads
6
Keywords
Readme
Jason
Jason is an implementation of JSONPath used for querying and manipulating JSON blobs at Reflect.
Installation
npm install @reflect/jason
Usage
TODO: Write usage instructions
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D