mirkoperillo / resting

A visual HTTP client browser extension
https://resting.owlcode.eu/
GNU General Public License v3.0
27 stars 12 forks source link

Filter json response using jsonpath #75

Open albertotn opened 5 years ago

albertotn commented 5 years ago

Could be useful in response to filter them using jsonpath (jf response is json) or xmlpath to quickly check results

mirkoperillo commented 5 years ago

@albertotn very interesting feature.

I'm thinking about introducing some features to help devs to analyze in a quick way REST responses and your suggetion is very appropriate

albertotn commented 5 years ago

Thanks, I've tested this libraries in my project: https://github.com/dchester/jsonpath and works fine