Convert JSON data to an editable table format, make your changes, and convert it back to JSON. A simple way to edit JSON data using a convenient table view.
Try it out at json2table.de
- Support for various JSON formats (simple objects, arrays, nested structures)
- Conversion of JSON into clear, editable tables
- Direct editing of all values in table cells
- Automatic data type detection during conversion back to JSON
- Save as formatted JSON (readable with indentation)
- Save as minified JSON (space-saving)
- Preservation of original JSON structure
- Offline functionality - no server connection required
You can either:
- Use the online version at json2table.de
- Or run it locally:
- Clone the repository:
git clone https://github.com/YourUsername/JSON2Table.git
- Open
index.html
in your web browser
- Clone the repository:
No installation or setup required!
Input this JSON to test the functionality:
{
"name": "Max Mustermann",
"alter": 30,
"stadt": "Berlin",
"hobbys": ["Lesen", "Sport", "Kochen"],
"aktiv": true
}
Contributions are welcome! Feel free to:
- Submit suggestions via issues
- Create pull requests for improvements
- Share feedback
This project is licensed under the MIT License - see the LICENSE file for details.