get_json_object

get_json_object

get_json_object介绍

get_json_object(json_txt, path) - 从指定路径提取一个 JSON 对象。

Examples:

> SELECT get_json_object('{"a":"b"}', '$.a');
 b

Since: 1.5.0