MDEV-30145: JSON_TABLE: allow to retrieve the key when iterating on JSON
objects Idea behind implementation: We get the json object specified by the json path. Then, transform it into key-value pairs by going over the json. Get each key-value pair one-by-one and return the result.
Showing
Please register or sign in to comment