JSON

Inherits: Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Variant

data

null

Methods

int

get_error_line ( ) const

String

get_error_message ( ) const

String

get_parsed_text ( ) const

Error

parse ( String json_text, bool keep_text=false )

Variant

parse_string ( String json_string ) static

String

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!