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
- Drag-and-Drop support - easily upload JSON files by dropping them into the editor
- Pagination - navigate large JSON arrays with paginated tables (50 entries per page)
- Filter functionality - quickly find specific data by filtering table content
- CSV Export - export your table data to a CSV file for use in spreadsheets
- Dark Mode - toggle between light and dark themes for comfortable viewing
You can either:
- Use the online version at json2table.de
- Or run it locally:
- Clone the repository:
git clone https://github.com/thisdev/JSON2Table.git
- Open
index.html
in your web browser
- Clone the repository:
No installation or setup required! Simply drag and drop a JSON file or paste your JSON data to get started.
Input this JSON to test the functionality:
{
"name": "Max Mustermann",
"alter": 30,
"stadt": "Berlin",
"hobbys": ["Lesen", "Sport", "Kochen"],
"aktiv": true
}
Try filtering by "Berlin", exporting to CSV, or switching to Dark Mode to explore the new features!
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.