You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses ariadne to output fancy diagnostics when failing to parse input.
Input:
global_variable=30SCOPE_1={array={"value1""value2"value3}# Mixed usage of quoted and un-quoted strings, all are validinteger_array={123}float_array={1.23.4}number_array={1.23440.0}# Arrays can contain mixed simple valuesobject={var_str="string value"var_int=123var_mixed_nest_array={1"test1"test24567.5}}empty_object={}empty_array={}# Since an empty object and an empty array are defined the same,# an AST `Empty` token will be to represent any empty array/object,# For JSON output, will always be an empty array: `[]`color="#ff0000"hex_color_array={x00ff00"xff0000""x0000ff"}number=10string_literal="hello"implied_string=worldinteger_var=100float_var=100.0boolean_var=true}