Hi
I tried using
TJtdPasCodegen to create a pascal object that imports JSON text.
But I notice that if a JSON property has a value declared as
null ...then it is not imported.
This is a problem for me because exporting the data back to JSON loses my null property values.
Note: I'm using this to interface with a third party application that specifies that null values are allowed and are handled differently than the property not be declared at all.
so sending data like this
{ "some_property" : null }
would give different result than specifying
Any ideas how to get round this?
Thanks,
Mike