Viz is a simple in-browser tool to take JSON input, transform and query it with JSONata, and visualize the data formatted as nodes and edges in a graph, in a tabular format, or in a file explorer type view.
- JSON Input: Easily input JSON data.
- JSONata Transformation: Transform and query JSON data using JSONata.
- Visualization: View data as:
- Nodes and edges in a graph
- Tabular format
- File explorer type view
- Clone the repository:
git clone https://github.com/sjakos/viz.git
- Navigate to the project directory:
cd viz
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
.
- Load your JSON data into the application.
- Apply JSONata expressions to transform or query the data.
- Choose your preferred visualization format (Graph, Table, or Explorer view).
This project is licensed under the MIT License.