From 8dfbc13ce8537aa6fda4c758b3d6345054efaecc Mon Sep 17 00:00:00 2001 From: "annette.findley" Date: Fri, 27 Jun 2025 11:22:03 -0400 Subject: [PATCH 1/4] fixed read.me layout --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d2eaa4..19a1f152 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Here is a performance comparison of various JSONPath queries on the standard boo | Newtonsoft.JObject | 12.153 us | 2.4881 us | 0.1364 us | 2.1057 | 0.0763 | 25.86 KB | | JsonEverything.JsonNode | 23.541 us | 1.3946 us | 0.0764 us | 3.9063 | 0.1221 | 48.15 KB | | | | | | | | | -| `$..['bicycle','price']` +|`$..['bicycle','price']` | JsonCraft.JsonElement | 3.136 us | 0.2760 us | 0.0151 us | 0.3242 | - | 4.01 KB | | Hyperbee.JsonElement | 3.578 us | 0.4623 us | 0.0253 us | 0.4349 | 0.0038 | 5.37 KB | | JsonCons.JsonElement | 3.948 us | 0.6099 us | 0.0334 us | 0.5798 | - | 7.18 KB | @@ -114,7 +114,7 @@ Here is a performance comparison of various JSONPath queries on the standard boo | Newtonsoft.JObject | 7.823 us | 0.8017 us | 0.0439 us | 1.1749 | 0.0458 | 14.55 KB | | JsonEverything.JsonNode | 16.753 us | 1.5507 us | 0.0850 us | 2.3193 | 0.0610 | 28.5 KB | | -| ` $..*` | | | | | | | +|`$..*` | | | | | | | | JsonCraft.JsonElement | 2.497 us | 0.0903 us | 0.0049 us | 0.2327 | - | 2.88 KB | | Hyperbee.JsonElement | 3.299 us | 0.8178 us | 0.0448 us | 0.5302 | 0.0038 | 6.51 KB | | JsonCons.JsonElement | 4.176 us | 0.5887 us | 0.0323 us | 0.6866 | - | 8.49 KB | From 3f72ea1e77a994868a86f111adc842e0e9782ec2 Mon Sep 17 00:00:00 2001 From: Annette Findley <117473104+varndellwagglebee@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:23:55 -0400 Subject: [PATCH 2/4] Update unlist-nuget.yml removed version input --- .github/workflows/unlist-nuget.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/unlist-nuget.yml b/.github/workflows/unlist-nuget.yml index f0e0a2bd..020f3828 100644 --- a/.github/workflows/unlist-nuget.yml +++ b/.github/workflows/unlist-nuget.yml @@ -2,11 +2,6 @@ name: Unlist NuGet on: workflow_dispatch: - inputs: - version: - description: 'Version to unlist' - required: true - type: string # release: # types: [deleted] @@ -24,14 +19,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - - name: Debug version input - run: echo "Version to unlist: ${{ github.event.release.tag_name || github.event.inputs.version }}" # Unlist - name: Unlist Deleted Tag uses: darenm/unlist-nuget@v1 with: NUGET_PACKAGE: ${{ env.PROJECT_NAME }} # Full Package ID - VERSION_REGEX: ${{ github.event.release.tag_name || github.event.inputs.version }} + VERSION_REGEX: ${{ github.event.release.tag_name }} NUGET_KEY: ${{ secrets.NUGET_API_KEY }} # nuget.org API key From 38280d0de2da10c26a283f08a56f6abc956141cf Mon Sep 17 00:00:00 2001 From: "annette.findley" Date: Fri, 27 Jun 2025 11:26:33 -0400 Subject: [PATCH 3/4] fixed layout of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a1f152..53ad64e4 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Here is a performance comparison of various JSONPath queries on the standard boo | Newtonsoft.JObject | 7.823 us | 0.8017 us | 0.0439 us | 1.1749 | 0.0458 | 14.55 KB | | JsonEverything.JsonNode | 16.753 us | 1.5507 us | 0.0850 us | 2.3193 | 0.0610 | 28.5 KB | | -|`$..*` | | | | | | | +|`$..` | | | | | | | | JsonCraft.JsonElement | 2.497 us | 0.0903 us | 0.0049 us | 0.2327 | - | 2.88 KB | | Hyperbee.JsonElement | 3.299 us | 0.8178 us | 0.0448 us | 0.5302 | 0.0038 | 6.51 KB | | JsonCons.JsonElement | 4.176 us | 0.5887 us | 0.0323 us | 0.6866 | - | 8.49 KB | From 2be22ead04aa152bda45958e7887896cb97c666f Mon Sep 17 00:00:00 2001 From: "annette.findley" Date: Fri, 27 Jun 2025 11:30:15 -0400 Subject: [PATCH 4/4] updated read.me --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 53ad64e4..d81ecbe3 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ Here is a performance comparison of various JSONPath queries on the standard boo } } ``` - | Method | Mean | Error | StdDev | Gen0 | Gen1 | Allocated | |------------------------ |----------:|----------:|----------:|-------:|-------:|----------:| |`$..[?(@.price < 10)]` @@ -113,7 +112,7 @@ Here is a performance comparison of various JSONPath queries on the standard boo | Hyperbee.JsonNode | 5.181 us | 1.8016 us | 0.0988 us | 0.7477 | 0.0076 | 9.23 KB | | Newtonsoft.JObject | 7.823 us | 0.8017 us | 0.0439 us | 1.1749 | 0.0458 | 14.55 KB | | JsonEverything.JsonNode | 16.753 us | 1.5507 us | 0.0850 us | 2.3193 | 0.0610 | 28.5 KB | -| +| | | | | | | | |`$..` | | | | | | | | JsonCraft.JsonElement | 2.497 us | 0.0903 us | 0.0049 us | 0.2327 | - | 2.88 KB | | Hyperbee.JsonElement | 3.299 us | 0.8178 us | 0.0448 us | 0.5302 | 0.0038 | 6.51 KB |