Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ to_json_string
Method
to_json_string
core/variant/variant.cpp:1163–1165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1161
}
1162
1163
String Variant::to_json_string() const {
1164
return JSON::stringify(*this);
1165
}
1166
1167
Variant::operator Vector2() const {
1168
switch (type) {
Callers
14
initialize
Method · 0.80
create_data_channel
Method · 0.80
_serialize_file
Method · 0.80
_serialize_glb_buffer
Method · 0.80
parse_class_symbol
Method · 0.80
parse_function_symbol
Method · 0.80
initialize
Method · 0.80
notify_client
Method · 0.80
request_client
Method · 0.80
process_string
Method · 0.80
format_output
Method · 0.80
create_process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected