Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 872 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 872 Bytes

JSONFormula: A Query Language for JSON with Spreadsheet Functions

This project hosts the C++ implementation of a expression grammar. The grammar is a mashup of spreadsheet-like functions and operators and JMESPath a JSON query language.

A JavaScript implementation of the same grammar is available at https://github.com/adobe/json-formula.

Demo

Visit the Playground

Documentation

Specification

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.