| -- This file is automatically generated. You should know what you did if you want to edit this |
| -- !json_extract_general -- |
| "v31" |
| |
| -- !json_extract_null_object -- |
| \N |
| |
| -- !json_extract_null_path -- |
| \N |
| |
| -- !json_extract_multi_level -- |
| 1234.56 |
| |
| -- !json_extract_array_path -- |
| "2025-07-16 18:35:25" |
| |
| -- !json_extract_non_existent -- |
| \N |
| |
| -- !json_extract_multi_paths -- |
| ["doris",123] |
| |
| -- !json_extract_single_match -- |
| ["doris"] |
| |
| -- !json_extract_no_match -- |
| \N |
| |
| -- !json_extract_wildcard_array -- |
| [1,2,3,4,5] |
| |
| -- !json_extract_wildcard_object -- |
| [[1,2,3,4,5],"abc",{"k4":"v4"},"v4"] |
| |
| -- !json_extract_recursive -- |
| [123,["ab","cd"]] |
| |
| -- !json_extract_3x_id -- |
| 123 |
| |
| -- !json_extract_3x_array -- |
| 2 |
| |
| -- !json_extract_3x_multi -- |
| ["v1",6.6,[1,2],2] |
| |
| -- !json_extract_no_quotes -- |
| doris |
| |
| -- !json_extract_isnull -- |
| false |
| |
| -- !json_extract_bool -- |
| true |
| |
| -- !json_extract_int -- |
| 123 |
| |
| -- !json_extract_int_mismatch -- |
| \N |
| |
| -- !json_extract_string -- |
| doris |
| |