[PR #157] [MERGED] Support for string and object in JsonMatcher. #782

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/157
Author: @StefH
Created: 6/26/2018
Status: Merged
Merged: 6/26/2018
Merged by: @StefH

Base: masterHead: stef_JsonMatcherFix


📝 Commits (2)

📊 Changes

13 files changed (+135 additions, -42 deletions)

View changed files

📝 examples/WireMock.Net.ConsoleApplication/MainApp.cs (+14 -6)
📝 examples/WireMock.Net.StandAlone.Net452/WireMock.Net.StandAlone.Net452.csproj (+11 -0)
examples/WireMock.Net.StandAlone.Net452/app.config (+11 -0)
📝 examples/WireMock.Net.StandAlone.Net452/packages.config (+3 -0)
📝 src/WireMock.Net/Admin/Mappings/MatcherModel.cs (+4 -9)
📝 src/WireMock.Net/Matchers/IValueMatcher.cs (+2 -2)
📝 src/WireMock.Net/Matchers/JsonMatcher.cs (+34 -9)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+14 -10)
📝 src/WireMock.Net/Server/FluentMockServer.Admin.cs (+5 -1)
📝 test/WireMock.Net.Tests/FluentMockServerTests.cs (+1 -1)
📝 test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs (+35 -3)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+1 -1)
📝 test/WireMock.Net.Tests/responsebody.json (+0 -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/157 **Author:** [@StefH](https://github.com/StefH) **Created:** 6/26/2018 **Status:** ✅ Merged **Merged:** 6/26/2018 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_JsonMatcherFix` --- ### 📝 Commits (2) - [`845c6e0`](https://github.com/wiremock/WireMock.Net/commit/845c6e0031196755b2ea43c8adf0a5d7060119f0) JsonMatcher (#154) - [`97917d3`](https://github.com/wiremock/WireMock.Net/commit/97917d373e9a510a01acc85a6cc97100e7c76068) small update in example code ### 📊 Changes **13 files changed** (+135 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.ConsoleApplication/MainApp.cs` (+14 -6) 📝 `examples/WireMock.Net.StandAlone.Net452/WireMock.Net.StandAlone.Net452.csproj` (+11 -0) ➕ `examples/WireMock.Net.StandAlone.Net452/app.config` (+11 -0) 📝 `examples/WireMock.Net.StandAlone.Net452/packages.config` (+3 -0) 📝 `src/WireMock.Net/Admin/Mappings/MatcherModel.cs` (+4 -9) 📝 `src/WireMock.Net/Matchers/IValueMatcher.cs` (+2 -2) 📝 `src/WireMock.Net/Matchers/JsonMatcher.cs` (+34 -9) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+14 -10) 📝 `src/WireMock.Net/Server/FluentMockServer.Admin.cs` (+5 -1) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs` (+35 -3) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+1 -1) 📝 `test/WireMock.Net.Tests/responsebody.json` (+0 -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:12 +01:00
adam closed this issue 2025-12-29 15:33:12 +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#782