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