GD-CBOR
by きのもと 結衣 Yui Kinomoto | MIT
Concise Binary Object Representation for GDScript
This is encode/decode implementation of Concise Binary Object Representation for GDScript. How to Use Parse You can use this like a JSON.parse in GDScript. func _ready( ): var cbor: = GDCbor.new( ) if cbor.parse( FileAccess.get_file_as_bytes( "path/to
loading more results...