/jsonata-server

Little express server that processes incoming POST requests using JSONata

Primary LanguageJavaScriptApache License 2.0Apache-2.0

jsonata-server

Little express server that processes incoming POST requests using JSONata.

Edit the file jsonata.json to define your JSONata query.

Launch the server using node index.js

HTTP POST JSON data to / - the results of running the JSONata query will be returned in the response.