community-templates icon indicating copy to clipboard operation
community-templates copied to clipboard

Json Path not working

Open jesulo opened this issue 3 years ago • 2 comments

Json Path not working, give error in Test all steps but individual test not problem. cannot extract value from json by path "$.lastName": cannot parse as a valid JSON object: invalid object format, expected opening character '{' or '[' at: 'John' for the second parameter for prossecing but Json format is okay

{ "firstName": "John", "lastName" : "doe", "age" : 26, "address" : { "streetAddress": "naist street", "city" : "Nara", "postalCode" : "630-0192" }, "phoneNumbers": [ { "type" : "iPhone", "number": "0123-4567-8888" }, { "type" : "home", "number": "0123-4567-8910" } ] }

jesulo avatar Jan 04 '22 15:01 jesulo

in which tempalte?

colttt avatar Jan 10 '22 12:01 colttt

Structure seems to be AD-like.

mtxadmin avatar Jan 20 '22 22:01 mtxadmin