SimpleJSON
SimpleJSON provides a lightweight C# parser for reading and writing JSON data in Unity projects. Originally forked from Bunny83's SimpleJSON, this package includes full Unity Package Manager support for easy integration into your workflows. Ideal for handling configuration files, API responses, and data serialization without external dependencies.
com.bunny83.simplejson 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/simplejson.git README Markdown
Copy this to your project's README.md
## Installation
Add **SimpleJSON** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/simplejson.git
```
[](https://www.pkglnk.dev/pkg/simplejson)README
SimpleJSON
A simple JSON parser in C#
Fork from https://github.com/Bunny83/SimpleJSON
this Git Repo added support for Unity Package Manager
No comments yet. Be the first!