Merge pull request #34566 from Heikki00/34541_to_json_precision
Increased String::num default decimal precision
This commit is contained in:
@ -706,7 +706,7 @@ protected:
|
||||
public:
|
||||
static _JSON *get_singleton() { return singleton; }
|
||||
|
||||
String print(const Variant &p_value, const String &p_indent = "", bool p_sort_keys = false);
|
||||
String print(const Variant &p_value, const String &p_indent = "", bool p_sort_keys = false, bool p_full_precision = false);
|
||||
Ref<JSONParseResult> parse(const String &p_json);
|
||||
|
||||
_JSON() { singleton = this; }
|
||||
|
||||
Reference in New Issue
Block a user