Note
This project is under development, so errors may occur during use.
A fast, lightweight web tool create a JSON file without having to type in the cumbersome JSON syntax.
- Minimal key-value syntax: It helps you write a simpler and more readable JSON syntax.
- Import JSON files: Get your JSON file back into the editor's language.
- No backend server: ProxiJSON runs entirely locally on your device, so you don't need to worry about the security of your data.
- Core: Vanilla HTML/CSS/JS
- Styling: Tailwind CSS
- Deployment: GitHub Pages
- Node.js (v18 or higher) installed on your machine.
- Clone the repository:
git clone https://github.com/CatSilly/ProxiJSON.git
cd ProxiJSON- Install dependencies:
npm install- Run the development server:
npm run devOpen http://localhost:3000 in your browser.
Contributions, issues, and feature requests are welcome!
- Fork the project.
- Create your feature branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
Distributed under the MIT License. See LICENSE for more information.
GitHub: @CatSilly