You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eg. I want get the price for book "Sayings of the Century"
👍 $.store.book[?(@.title=='Sayings of the Century')] will return an book array
👍 $.store.book[?(@.title=='Sayings of the Century')].price will return an price array
😂 $.store.book[?(@.title=='Sayings of the Century')][0] will return an empty array
😂 $.store.book[?(@.title=='Sayings of the Century')].price[0] will return an empty array
I think $.store.book[?(@.title=='Sayings of the Century')][0] should return a book $.store.book[?(@.title=='Sayings of the Century')].price[0] should return a price
lakshan93, jcmellado, dai0304, schulzh, montaguj and 105 more