3
Answers

DeSerialize NaN values into JSON using System.Text.Json.Serialization

David Smith

David Smith

2y
2.5k
1

I Need to convert NaN in Json(as it is not JSON) to Double using using System.Text.Json.Serialization;.

For example, I am having following JSON:

{ "Amount": NaN }

Answers (3)