I developed this project/tutorial, to implement a WCF Service with a method (named MyMethod...it's much better than HelloWorld ;-) ) with a complex input/output data (see ...
Internally, JSON is represented as an XML infoset when processed by WCF. Normally you do not have to be concerned with this internal representation as the mapping is only a logical one: JSON is ...