JSONPath plugin README

This commit is contained in:
Gregory Schier
2025-07-20 06:42:33 -07:00
parent 7f4ccbe014
commit 861b41b5ae
5 changed files with 66 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
"name": "@yaak/filter-jsonpath",
"displayName": "JSONPath Filter",
"description": "Filter JSON response data using JSONPath expressions",
"repository": {
"type": "git",
"url": "https://github.com/mountain-loop/yaak.git",
"directory": "plugins/filter-jsonpath"
},
"private": true,
"version": "0.1.0",
"scripts": {