Support for JSON and Other Data Transfer Formats

JSON (JavaScript Object Notation) is an efficient data encoding format that enables fast exchanges of small amounts of data between client browsers and AJAX (Asynchronous JavaScript and XML)-enabled Web services.

In This Section

  • Mapping Between JSON and XML
    Describes the correspondence between JavaScript Object Notation (JSON) encodings and the XML infoset, which is used internally by Windows Communication Foundation (WCF) to represent JSON-encoded data and documents.

See Also

Reference

DataContractJsonSerializer
JsonReaderWriterFactory