Analyze the size of your JSON data without sending it to any external servers.
This tool is deployed and accessible at: jsa.yunus.zip
The application is hosted using Cloudflare Pages for optimal performance and reliability.
To set up the project for development:
- Clone the repository:
git clone https://github.com/manivela/json-size-analyzer.git
cd json-size-analyzer
- Install pnpm:
npm install -g pnpm
- Install dependencies:
pnpm install
- Run development server:
pnpm run dev