What’s the difference between skipped value and null value in JSON?
I'd like to know if a certain property in json was skipped or was provided null. For this I'm using a setter flag like this. This works fine but its much uglier and I will have to create flags for…