Skip to content

dev-hann/rust_json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser App

Image

Description

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.

Features

  • Input JSON data in a text area.
  • Format JSON for better readability.
  • Copy formatted JSON to the clipboard.
  • Toast notifications for user actions.

Installation

To run the JSON Parser App, ensure you have Rust installed on your machine. You can install Rust using rustup.

  1. Clone the repository:

    git clone https://github.com/dev-hann/rust_json_parser
    cd rust_json_parser
  2. Build the project:

    cargo build
  3. Run the application:

    cargo run

Usage

  1. Launch the application.
  2. Input your JSON data in the text area.
  3. Click the "format" button to format the JSON.
  4. Click the "copy" button to copy the formatted JSON to your clipboard.
  5. Toast notifications will inform you of successful actions.

Contributing

Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.

License

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

Contact

For questions or support, please reach out to hann at developer.hann@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages