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, I found out where my problem was. My model was doing some clean up on the embedded text and was inadvertently removing these character sequences.