Skip to main content
These settings are available in system.settings and are autogenerated from source.

function_json_value_return_type_allow_complex

Control whether allow to return complex type (such as: struct, array, map) for json_value function.
Possible values:
  • true — Allow.
  • false — Disallow.

function_json_value_return_type_allow_nullable

Control whether allow to return NULL when value is not exist for JSON_VALUE function.
Possible values:
  • true — Allow.
  • false — Disallow.
Last modified on July 23, 2026