JSON
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
Methods
get_error_line ( ) const |
|
get_error_message ( ) const |
|
get_parsed_text ( ) const |
|
parse_string ( String json_string ) static |
|
stringify ( Variant data, String indent=””, bool sort_keys=true, bool full_precision=false ) static |
Property Descriptions
Variant data = null
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
int get_error_line ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_error_message ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_parsed_text ( ) const
There is currently no description for this method. Please help us by contributing one!
Error parse ( String json_text, bool keep_text=false )
There is currently no description for this method. Please help us by contributing one!
Variant parse_string ( String json_string ) static
There is currently no description for this method. Please help us by contributing one!
String stringify ( Variant data, String indent=””, bool sort_keys=true, bool full_precision=false ) static
There is currently no description for this method. Please help us by contributing one!