heroiclabs / nakama-defold

Defold client for Nakama server.
https://heroiclabs.com
Apache License 2.0
74 stars 12 forks source link

Use native Defold json encode and decode functions #65

Closed britzl closed 1 year ago

britzl commented 1 year ago

This change replaces the default Lua json encode and decode functions with Defold native encode and decode functions.

Fixes #63