I have been serializing anonymous types into json quite successfully until now..
dynamic jsObject; jsObject = new ExpandoObject(); j
You would use the "verbatim" operator @: jsObject.@checked = false;
@
jsObject.@checked = false;