Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PAW app: Filtering JSON in the response panel

Tags:

json

paw-app

I recently discovered a nice little feature in the PAW app, that allows me to filter json in the response panel.

Unfortunately, it seems only to be able to select base on the key names. Is there some documentation somewhere that would explain the syntax of this filter (if any).

I was hoping actually, that it would be backed by something as powerful as jq's query language.

like image 692
Roland Tepp Avatar asked Apr 22 '16 07:04

Roland Tepp


1 Answers

For the KeyPath in the filter you can see the example in the screenshot, it takes the format address.geocode.latitude for example (keys separated with dots).enter image description here

like image 99
Natalia Panferova Avatar answered Sep 20 '22 08:09

Natalia Panferova