Bunny83 / SimpleJSON

A simple JSON parser in C#
MIT License
735 stars 294 forks source link

Unity package #40

Closed Rafarel closed 3 years ago

Rafarel commented 3 years ago

Hello @Bunny83,

I organized the code into a Unity package so that I can manage my dependency to SimpleJson directly from the Unity package manager. I made a fork and a pull request if you are interested in testing this way of handling the SimpleJSON dependency in your Unity projects.

Thanks for sharing your work 👍

Bunny83 commented 3 years ago

Thanks, but the SimpleJSON repository is not a Unity specific package. It's a general C# solution (and it actually has started as a project outside of Unity). The Unity module is the only part that actually depends on Unity. While I do understand your reasons to better manage your dependencies, I don't have the intention to make it a Unity package

Rafarel commented 3 years ago

Hello Bunny! I understand 👍 If you are ok with that I'll keep my repo public and updated as a Unity package. Have a nice day, and thnaks for your work !

Bunny83 commented 3 years ago

Of course, whatever you want :) The point was to provide a simple solution. I'm sure someone finds the package useful.