Extract value from JSON string in mysql -
i have extracted json in mysql using json_extract() , getting below json string want extract value of key.
"[{\"key\":\"test\",\"value\":true}]" but unable extract has escape characters included.
please suggest.
thanks
Comments
Post a Comment