Skip to content

A simple, offline-capable web application that converts JSON data into an editable table and back

License

Notifications You must be signed in to change notification settings

thisdev/json2table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON2Table

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.

Demo

Try it out at json2table.de

JSON2Table Demo

Features

  • 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

Usage

You can either:

  • Use the online version at json2table.de
  • Or run it locally:
    1. Clone the repository:
      git clone https://github.com/YourUsername/JSON2Table.git
    2. Open index.html in your web browser

No installation or setup required!

Example

Input this JSON to test the functionality:

{
  "name": "Max Mustermann",
  "alter": 30,
  "stadt": "Berlin",
  "hobbys": ["Lesen", "Sport", "Kochen"],
  "aktiv": true
}

Contributing

Contributions are welcome! Feel free to:

  • Submit suggestions via issues
  • Create pull requests for improvements
  • Share feedback

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

A simple, offline-capable web application that converts JSON data into an editable table and back

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published