From 4888ec6d35739f43933f810398c1666c9d249a66 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 20 May 2025 10:14:35 -0400 Subject: [PATCH] Add tool to evaluate uBO-flavored JSONpath expressions Requires a local server in root of repo: python3 -m http.server Then load the following URL in the browser: http://localhost:8000/tools/jsonpath-tool.html --- tools/jsonpath-tool.html | 108 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 tools/jsonpath-tool.html diff --git a/tools/jsonpath-tool.html b/tools/jsonpath-tool.html new file mode 100644 index 000000000..abe50410f --- /dev/null +++ b/tools/jsonpath-tool.html @@ -0,0 +1,108 @@ + + + + + +JSONPath tool + + + +

uBO-flavored JSONPath tool

+
+ + +
 
+
+ + + + +