Godot Version
4.4.1
Question
I’m writing an addon in GDExtension and am trying to figure out the C++ equivalent for the following GDScript:
var json:JSON = JSON.new()
Some older posts say I should try JSON::_new(), but that seems to not be present in the current release.