Consider this type: ```f# type A = { A: int option; B: bool } ``` When deserializing this: ```f# "{\"A\": null}" ``` It fails with this message: > Missing field for record type A: A It should fail with this message: > Missing field for record type A: B
Consider this type:
When deserializing this:
"{\"A\": null}"It fails with this message:
It should fail with this message: