This document provides an overview of JSON support in Java EE 8, including the JSON Processing (JSON-P) and JSON Binding APIs. It discusses the JSON-P streaming and object model APIs for parsing, generating, and transforming JSON. The JSON Binding API allows binding of JSON documents to Java objects. The document also describes updates to the JSON-P specification to support JSON Pointer, JSON Patch, and JSON Merge Patch for editing JSON documents.