I have this class in C# (functionallity removed)
A record that allows parsing of multiple commands:
and this is the json file:
I get this error:
Serialization has the IncludeFields
option set to true and all properties has JsonIgnore
on them. Can someone please help?