This document discusses Salesforce's new support for JSON in Winter 12. It provides an overview of what JSON is and its advantages over XML. It then covers how to deserialize and serialize JSON to and from Apex classes in Salesforce with a single line of code. It also demonstrates how to output Visualforce pages in JSON format and includes an example of calling the Google Maps Distance Matrix API to get distance information in JSON format and deserializing the response.