James
James
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
I believe the account deserialised fine
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
Okay it deserialised fine by itself
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
Yes it is a property
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
Let me try deserialise it alone
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No it's not
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
It wouldn't let me edit the post, I'm using:
private readonly JsonSerializerOptions _jsonOptions = new ()
{
PropertyNameCaseInsensitive = true,
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower
};
private readonly JsonSerializerOptions _jsonOptions = new ()
{
PropertyNameCaseInsensitive = true,
PropertyNamingPolicy = JsonNamingPolicy.SnakeCaseLower
};
16 replies