godot-cbor
by yagich | BSD 2-Clause
CBOR encoder and decoder for Godot
godot-cbor A CBOR decoder and encoder for Godot 4.6 and above, written in GDScript. CBOR (Concise Binary Object Representation) is a binary data interchange format loosely inspired by JSON. Like JSON, it can encode a set of commonly used data types
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...