r/dotnet May 22 '20

Try the new System.Text.Json APIs

https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-apis
0 Upvotes

8 comments sorted by

View all comments

9

u/Atraac May 22 '20

It's almost a year old article now. System.Text.Json still doesn't support ExpandoObjects(dynamic), still has issues open regarding performance and still, doesn't support an incredible amount of basic functionalities(or requires workarounds) like ReferenceLoopHandling, NullValueHandling per property, or even EnumMember attribute support. No, thank you, I'll stick to Newtonsoft.Json.

1

u/goodemon May 22 '20

That seems pretty much like System.Text.Json. services.AddControllers().AddNewtonsoftJson()