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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -