godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
JSONSingleton.GDNativeClassBinding
godot
json
JSONSingleton
Undocumented in source.
struct
JSONSingleton
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
godot_object
_singleton
;
__gshared immutable
char
*
_singletonName
;
__gshared
@
GodotName
("parse")
GodotMethod
!(
JSONParseResult
,
String
)
parse
;
__gshared
@
GodotName
("print")
GodotMethod
!(
String
,
Variant
,
String
,
bool
)
print
;
}
Members
Static variables
_singleton
godot_object
_singleton
;
Undocumented in source.
_singletonName
char
*
_singletonName
;
Undocumented in source.
parse
GodotMethod
!(
JSONParseResult
,
String
)
parse
;
Undocumented in source.
print
GodotMethod
!(
String
,
Variant
,
String
,
bool
)
print
;
Undocumented in source.
Meta
Source
See Implementation
godot
json
JSONSingleton
aliases
BaseClasses
functions
opAssign
opEquals
parse
print
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name