int | missing | absent

Antonio antonio at abrevia.net
Thu Jun 2 08:27:32 UTC 2022


JSON properties can be
- a value
- null
- absent

What's the standard way to define a serialziable/deserializable 
structs supporting properties of any of this 4 kinds?:

* int
* int | null
* int | absent
* int | null | absent


Whats the best library to manage this JSON requirements? (all the 
4 cases)?


Thanks



More information about the Digitalmars-d-learn mailing list