From ffd160ce0eb25597f704000562213ba98ae0fdaf Mon Sep 17 00:00:00 2001 From: Hritik Vijay Date: Fri, 21 Jun 2024 17:01:03 +0530 Subject: [PATCH] Filters - Implement jqraw: filter (use this to output nicer JSON format when selecting/filtering by JSON) (#2430) --- .../blueprint/tags/templates/edit-tag.html | 2 +- changedetectionio/html_tools.py | 17 +++++---- .../processors/text_json_diff.py | 2 +- changedetectionio/templates/edit.html | 2 +- .../tests/test_jsonpath_jq_selector.py | 36 +++++++++++++++---- 5 files changed, 42 insertions(+), 17 deletions(-) diff --git a/changedetectionio/blueprint/tags/templates/edit-tag.html b/changedetectionio/blueprint/tags/templates/edit-tag.html index 1d297c81..9f316c55 100644 --- a/changedetectionio/blueprint/tags/templates/edit-tag.html +++ b/changedetectionio/blueprint/tags/templates/edit-tag.html @@ -63,7 +63,7 @@ xpath://body/div/span[contains(@class, 'example-class')]",