JSONPath Tutorial #5 - JSONPath Filter Expression | Filter Examples

preview_player
Показать описание
In this JSONPath tutorial we will learn about recursive descent operator in JSONPath and some of the examples using recursive descent.

We will also learn about JSONPath filter expression and understand some of the filter examples.

Help me in spreading the knowledge, please hit LIKE, SHARE and SUBSCRIBE for latest tutorials. More tutorial playlists below:

🔶 ENROL IN MANY FREE TRAININGS ON RCV ACADEMY PORTAL 🔶

🔶 FOLLOW US ON TWITTER 🔶

🔶 LIKE US ON FACEBOOK 🔶

🔶 OUR TUTORIAL WEBSITES 🔶

🔶 GET MY TRAININGS ON UDEMY 🔶

#JSONPathTutorial #JSONPath #ApiTesting #JSON #TestAutomation #SoftwareTesting #RcvAcademy #SoftwareTestingMentor
Рекомендации по теме
Комментарии
Автор

Very well explained! Thanks for sharing.

tnguyen
Автор

If you pause the video @ 8:45, you can clearly see that the query is not functioning correctly. The "resource_type" : "user" is way more than the two you have displayed in the results pane. There are many users whose "resource_type" : "user" is not being picked up.

playajunk
Автор

How to get records based on "contains" ?

anshulsharda
Автор

do you have tutorial to convert sql to json path?

geethav
Автор

Hi i have a JSON like this, {
"users":[
{
"ccoId":"pprang",
"userGroups":[
"Super Admins", "Admins", "aAutoGroupMarked12"],
fullName":"Paratap Allu",
},
{
"ccoId":"rtejanak",
"userGroups":[
"aTestUserGroupname1234"],
}],
"pagination":{
"pageNumber":1,
}
}. In this i want o get ccoId, if and only if userGroups have a value 'aAutoGroupMarked12 '. Can you please suggest, how do i write JSON path for this.

nrravitej