find key and value json mysql code example Example: mysql get json value by key SELECT JSON_EXTRACT('{"a": 1, "b": 2, "c": 3}', '$.b') AS 'Result';