csharp
csharp copied to clipboard
Enable JSON Patch in AOT
Updates KubernetesJson.Serialize
with a special case for seializing V1Patch
when the content is string, as based on the examples and the converter implementation, the expectation in this case is that the conent already be JSON.
fixes #1587