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

https://github.com/ghaiklor/codemirror-mode-jsonata

CodeMirror mode for the JSONata language
https://github.com/ghaiklor/codemirror-mode-jsonata

codemirror editor highlighting jsonata syntax syntax-highlighting

Last synced: about 2 months ago
JSON representation

CodeMirror mode for the JSONata language

Awesome Lists containing this project

README

        

# codemirror-mode-jsonata

_CodeMirror mode for the JSONata language - [JSONata website](http://jsonata.org)_

screen shot 2018-03-05 at 23 20 39

## Playground

[You can play around with it here](https://ghaiklor.github.io/codemirror-mode-jsonata/)

## How to install

I am not a specialist in distributing frontend packages, so it's just a file [`codemirror-mode-jsonata.js`](./codemirror-mode-jsonata.js) that you need to require in your build somehow.

The mode itself is implemented via CodeMirror API that is accessible from global scope in your browser.

## License

[MIT](./LICENSE)