Godot Variant Notation's icon

Godot Variant Notation 1.1 Tools 4.1 Community

Submitted by user WardensDev; MIT; 2023-11-05

Godot Variant Notation (GDVN) is a syntax built on top of JSON that allows for the easy parsing of any Godot Variant to and from Strings.

GDVN uses the constructor syntax to encode Variants into Strings, which keeps your data readable and easily parse-able.

The plugin provides a singleton/class called GDVN that functions exactly the same as Godot's built-in JSON class, making the conversion of existing JSON parsing code as simple as changing the class name.


View files Download Submit an issue Recent Edits