dselman / jsonata-server

Little express server that processes incoming POST requests using JSONata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Little express server that processes incoming POST requests using JSONata

License:Apache License 2.0


Languages

Language:JavaScript 100.0%