Read this README in other languages.
This package allows you to install JSON Crack quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
JSON Crack is a tool for visualizing JSON, YAML, CSV, XML, and TOML data in interactive graphs, making files easier to explore, format, and validate. It includes the following features:
- Visualizer: Instantly convert JSON, YAML, CSV, XML, and TOML into interactive graphs or trees in dark or light mode.
- Convert: Seamlessly transform data formats, like JSON to CSV or XML to JSON, for easy sharing.
- Format & Validate: Beautify and validate JSON, YAML, and CSV for clear and accurate data.
- Code Generation: Generate TypeScript interfaces, Golang structs, and JSON Schema.
- JSON Schema: Create JSON Schema, mock data, and validate various data formats.
- Advanced Tools: Decode JWT, randomize data, and run jq or JSON path queries.
- Export Image: Download your visualization as PNG, JPEG, or SVG.
- Privacy: All data processing is performed client-side; nothing is stored on the server.
Shipped version: 2024.11.19~ynh1
Demo: https://jsoncrack.com/editor
- Official user documentation: https://jsoncrack.com/docs
- Upstream app code repository: https://github.com/AykutSarac/jsoncrack.com
- YunoHost Store: https://apps.yunohost.org/app/jsoncrack
- Report a bug: https://github.com/YunoHost-Apps/jsoncrack_ynh/issues
Please send your pull request to the testing
branch.
To try the testing
branch, please proceed like that:
sudo yunohost app install https://github.com/YunoHost-Apps/jsoncrack_ynh/tree/testing --debug
or
sudo yunohost app upgrade jsoncrack -u https://github.com/YunoHost-Apps/jsoncrack_ynh/tree/testing --debug
More info regarding app packaging: https://yunohost.org/packaging_apps