[PR #358] [MERGED] Fix JsonMatcher (parsing DateTimeOffset) #876

Closed
opened 2025-12-29 15:33:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/358
Author: @StefH
Created: 10/8/2019
Status: Merged
Merged: 10/9/2019
Merged by: @StefH

Base: masterHead: fix_JsonMatcherDateTimeOffset


📝 Commits (4)

📊 Changes

4 files changed (+45 additions, -9 deletions)

View changed files

📝 src/WireMock.Net/Matchers/JsonMatcher.cs (+4 -3)
📝 src/WireMock.Net/Transformers/HandleBarsJsonPath.cs (+6 -5)
📝 src/WireMock.Net/Util/JsonUtils.cs (+18 -1)
📝 test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs (+17 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/358 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/8/2019 **Status:** ✅ Merged **Merged:** 10/9/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `fix_JsonMatcherDateTimeOffset` --- ### 📝 Commits (4) - [`aabe655`](https://github.com/wiremock/WireMock.Net/commit/aabe6550de50ce8d74ee6432bec7ec4985e9cea0) . - [`ab5d35e`](https://github.com/wiremock/WireMock.Net/commit/ab5d35ef8d412a45b79b7bae68625dfee71b007c) JObject Parse - [`16a5c82`](https://github.com/wiremock/WireMock.Net/commit/16a5c820179b11766159ce654811ac5353de758e) JsonUtils.Parse - [`0d3831a`](https://github.com/wiremock/WireMock.Net/commit/0d3831aa5df13b1d2c0536e794358002ae28af46) fix code comments ### 📊 Changes **4 files changed** (+45 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/JsonMatcher.cs` (+4 -3) 📝 `src/WireMock.Net/Transformers/HandleBarsJsonPath.cs` (+6 -5) 📝 `src/WireMock.Net/Util/JsonUtils.cs` (+18 -1) 📝 `test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs` (+17 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:55 +01:00
adam closed this issue 2025-12-29 15:33:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#876