JSON

    Helper class for parsing JSON data.

    Parses a JSON-encoded string and returns a containing the result.


    • String print ( value, String indent=””, sort_keys=false )

    Note: The JSON specification does not define integer or float types, but only a number type. Therefore, converting a Variant to JSON text will convert all numerical values to float types.

    Example output: