The document discusses JSON support in Java EE 8, including the JSON Processing (JSON-P) and JSON Binding APIs. It provides an overview of the JSON-P API for parsing, generating, and manipulating JSON, including the streaming JsonParser and JsonGenerator classes and object model classes. It also discusses the upcoming JSON-P 1.1 specification's support for JSON Pointer, JSON Patch, and JSON Merge Patch standards.