I was trying extract value in SQL developer from below json but it gives me wrong output
select
json_value('{"ABC": {
"CFF": 90,
"coord": {
"x1": 27.4,
"x2": 31.6,
"y1": 61.4,
"y2": 62.4
},
"value": "\\"
}}','$."ABC".value') COL from dual
Kindly suggest ..