Hi All,
My JSON path is like this “x.paths./ABOM”
When I try to print the response I am seeing syntactical errors, could you help me here.
Hi All,
My JSON path is like this “x.paths./ABOM”
When I try to print the response I am seeing syntactical errors, could you help me here.
Hey @Venkat.batchu81,
Have you tried x.paths["/ABOM"]
instead?
Thanks @danny-dainton