python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to deserialize complex JSON with Newtonsoft?
I'm new at the forum and I have an issue.
I'm trying to deserialize the Neo Feed of the NASA API with Newtonsoft and I'm getting this error
Newtonsoft.Json.JsonSerializationException: Cannot deserial...

suntunutuxx
Votes: 0
Answers: 2
Replaced DataContractJsonSerializer with Newtonsoft JsonSerializer and it is still using DCJS
I have an old project that is serializing TimeSpans like "PT21H", this is happening because DCJS is the default serializer for the project, I assume. I tried to implement the instructions he...

Jason Andersen
Votes: 0
Answers: 1
Why does JsonConvert deserialize object fail with int but not long
When testing av web API created in .Net 6.0, we found that when a user of the API sent decimal number on a int you got a 400 error stating that it fail to parse the json because of the decimal on the ...

Gaotter
Votes: 0
Answers: 1