For the below sample JSON when I tried to print the root node using $
: It is printing the entire JSON as a result:
{
"ABC,123": {
"p1": 100,
"s1": 66,
"o1": 10,
}
}
I need to get ABC,123
using a JSON path.
I tried as $
it's printing full JSON.