mysql json_extract remove quotes

JavaScript
select JSON_UNQUOTE(JSON_EXTRACT(base, '$.scope')) as scope from t_name
Source

Also in JavaScript: