JSONata
JSON query and transformation language
Reference implementation of the JSONata query and transformation language.
Installation
npm install jsonata
Quick start
In Node.js:
var jsonata = ; var data = example: value: 4 value: 7 value: 13 ;var expression = ;var result = expression; // returns 24
In a browser:
JSONata test { "name": "Wilbur" } Click me
More information
- JSONata documentation
- JavaScript API
- Intro talk at London Node User Group
- JSONata tech talk
Contributing
See the CONTRIBUTING.md for details of how to contribute to this repo.