Hey,
There is a problem with the JSon generator and booleans. It uses true or false and not 0 and 1. So, the generator places text without quotes as value.
E.g. WCF services can't deal with this syntax. Yes, I can use an int and do the translation myself, but I think the JSon generator must do this and generate correct JSon, being 0 or 1 for booleans.
Greetings,
Sigurd
There is a problem with the JSon generator and booleans. It uses true or false and not 0 and 1. So, the generator places text without quotes as value.
E.g. WCF services can't deal with this syntax. Yes, I can use an int and do the translation myself, but I think the JSon generator must do this and generate correct JSon, being 0 or 1 for booleans.
Greetings,
Sigurd