An open API service indexing awesome lists of open source software.

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

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).

### Follow me at
Github @dr5hn
Twitter @dr5hn
LinkedIn @dr5hn

## 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.