Problem with json deserialization
I have an issue with deserialization of the datetime from a JSON string.
I need to deserialize
My code looks like this:
With this error
Shoud be problem in culture setting in os? Or how can I serialize it without creating a new converter?
I need to deserialize
2024-07-09T10:36:23:000Z into a datetime object, but currently, I am having a problem with deserialization.My code looks like this:
With this error
Shoud be problem in culture setting in os? Or how can I serialize it without creating a new converter?