https://github.com/dr5hn/ilovejson
iLoveJSON | Online JSON Tools for JSON Lovers - Built with Next.js
https://github.com/dr5hn/ilovejson
beautify-json compress-json hacktoberfest json json-editor json-to-array json-to-csv json-to-html json-to-php json-to-schema json-to-table json-to-typescript json-to-xml json-to-yaml json-viewer nextjs
Last synced: 19 days ago
JSON representation
iLoveJSON | Online JSON Tools for JSON Lovers - Built with Next.js
- Host: GitHub
- URL: https://github.com/dr5hn/ilovejson
- Owner: dr5hn
- License: agpl-3.0
- Created: 2020-05-16T13:16:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T08:20:16.000Z (22 days ago)
- Last Synced: 2025-12-23T08:58:42.432Z (20 days ago)
- Topics: beautify-json, compress-json, hacktoberfest, json, json-editor, json-to-array, json-to-csv, json-to-html, json-to-php, json-to-schema, json-to-table, json-to-typescript, json-to-xml, json-to-yaml, json-viewer, nextjs
- Language: JavaScript
- Homepage: https://www.ilovejson.com
- Size: 959 KB
- Stars: 26
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# I ❤️ JSON
## Prerequisites
Ensure you have the following installed:
- [NodeJS v22.x or higher](https://nodejs.org/en/download/)
- [Visual Studio Code](https://code.visualstudio.com/download)
## Getting Started
Installing Dependencies
To set up your environment, first install the necessary dependencies:
```bash
yarn
```
Run Server
To start the local server, run the following command:
```bash
yarn dev
```
Using Docker
Alternatively, you can use Docker to start the project. This is especially useful for ensuring a consistent environment:
```bash
docker-compose up
```
## Exploring the API
Once your server is up and running, you can access the sample API endpoint at:
http://localhost:3000/api/ilovejson
This endpoint demonstrates the functionality of the I ❤️ JSON tools in action.
### As always, thanks to our amazing contributors!
Made with [contrib.rocks](https://contrib.rocks).
### Sponsors
### Make the world more Greener 🌴
Contribute towards a better earth by [**buying the world a tree**](https://ecologi.com/darshangada?r=60f2a36e67efcb18f734ffb8).
## Powered by Next.js
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.