Skip to content

Switch to System.Text.Json for (de)serialization #767

@kipusoep

Description

@kipusoep

We're using the new System.Text.Json namespace for WebApi JSON serialization (I think it's OOTB like this nowadays).
TimeSpan objects are serialized in the format 23:59:59 and Newtonsoft.Json is unable to deserialize this.
It would be nice if the generated Open API code would use System.Text.Json instead.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions