Forum Discussion
sdhamblet
Mar 31, 2025Copper Contributor
Embedded Json being interpretted incorrectly
I created an API project in .NET 6.0 with an endpoint that accepts a Json request body with Json embedded in one of the attributes of the request. The problem I'm having is that within the embedded ...
sdhamblet
Mar 31, 2025Copper Contributor
Nevermind, this issue was induced with some other code I added to try to clean up a bunch of unexpected stuff in the embedded string. I have my answer.