JSON + JSONata + Tableify
A solution to transform JSON data into a nested table using JSONata expressions
This project consists of several implementations to support the various environments. But, the concept remains the same.
- Transform JSON data on the fly using JSONata
- Generates nested HTML tables using tableify
- Export data in CSV/JSON/HTML
This is an advanced version of this tool, which is a deployable Progressive Web App. It includes it's own backend Express server and can be easily deployed to Google App Engine.
The nuxt application built to be rendered by a static host
- [Demo]](https://dexterlabora.github.io/json-magic/)
- Source: For github.io
Runs a static version and providing a proxy and websocket listener
A vanilla JS version to use within a Postman Test Visualization
A Nod-RED Flow that hosts the app and can stream data into it
A VueJs CDN App that can run using just an index.html file.