summaryrefslogtreecommitdiffstats
path: root/core/variant/variant.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-19 21:45:34 +0200
committerGitHub <noreply@github.com>2021-06-19 21:45:34 +0200
commitd88be9b70cfecb0ec525216c1bb6267c9d1aa17d (patch)
treef0493f77faaea415faab110fe00cb71d27ebea0e /core/variant/variant.h
parentd7a42a44be107d048447dcaeba7c508402096d90 (diff)
parent2bafcd3422bea8baf2282f5de87538a59f0bb254 (diff)
downloadredot-engine-d88be9b70cfecb0ec525216c1bb6267c9d1aa17d.tar.gz
Merge pull request #44806 from madmiraal/consolidate_json
Consolidate JSON, JSONParseResults and JSONParser into JSON
Diffstat (limited to 'core/variant/variant.h')
-rw-r--r--core/variant/variant.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant/variant.h b/core/variant/variant.h
index 75316da63f..125173ea5c 100644
--- a/core/variant/variant.h
+++ b/core/variant/variant.h
@@ -645,6 +645,7 @@ public:
bool hash_compare(const Variant &p_variant) const;
bool booleanize() const;
String stringify(List<const void *> &stack) const;
+ String to_json_string() const;
void static_assign(const Variant &p_variant);
static void get_constants_for_type(Variant::Type p_type, List<StringName> *p_constants);