mysql mendapatkan nilai json dengan kunci

SELECT JSON_EXTRACT('{"a": 1, "b": 2, "c": 3}', '$.b') AS 'Result';
Shy Skunk