How to handle json path with "/"

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?

1 Like

Thanks @danny-dainton

1 Like