fenix-hub / godot-engine.jwt

JSON Web Token library for Godot Engine written in GDScript
https://nicolosantilio.com/godot-engine.jwt
MIT License
51 stars 11 forks source link

refactor: JSON.stringify() is a static function #29

Closed brownoxford closed 11 months ago

brownoxford commented 11 months ago

What kind of change does this PR introduce?

This PR calls JSON.stringify() statically instead of calling stringify() on an instance of JSON.

fenix-hub commented 11 months ago

Thank you for the amazing work you are doing helping me maintaining this library.