function_json_value_return_type_allow_complex
Control whether allow to return complex type (such as: struct, array, map) for json_value function.- true — Allow.
- false — Disallow.
function_json_value_return_type_allow_nullable
Control whether allow to returnNULL when value is not exist for JSON_VALUE function.
- true — Allow.
- false — Disallow.