JSON serialization and deserialization package for Unity. Made to decrease the effort in serializing C# obejcts into JSON that can be sent over to internet or saved to file.
Implementation is RFC-7159 compliant (https://tools.ietf.org/html/rfc7159).
Full code is included and the project is released under MIT.