The JSON Parser App is a simple desktop application built using Rust and the eframe
framework. It allows users to input JSON data, format it for better readability, and copy the formatted JSON to the clipboard. The app provides a user-friendly interface with toast notifications for feedback.
- Input JSON data in a text area.
- Format JSON for better readability.
- Copy formatted JSON to the clipboard.
- Toast notifications for user actions.
To run the JSON Parser App, ensure you have Rust installed on your machine. You can install Rust using rustup.
-
Clone the repository:
git clone https://github.com/dev-hann/rust_json_parser cd rust_json_parser
-
Build the project:
cargo build
-
Run the application:
cargo run
- Launch the application.
- Input your JSON data in the text area.
- Click the "format" button to format the JSON.
- Click the "copy" button to copy the formatted JSON to your clipboard.
- Toast notifications will inform you of successful actions.
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or support, please reach out to hann at developer.hann@gmail.com.