This document provides an overview of working with JSON documents. It discusses JSON structure, validating JSON, querying and transforming JSON, and converting between JSON and XML formats. Validation can check for well-formedness and validate against a JSON schema. JSON can be queried using pointers, JSONiq, or XPath, and transformed with JavaScript, XSLT, or XQuery. Conversion between JSON and XML can be done programmatically or with online tools.