This document discusses PostgreSQL's support for JSON, including:
- An overview of new features in versions 9.2 and 9.3 for JSON production, processing, and extraction.
- Explanations of JSON data types, operators, and functions added in 9.3 for converting between JSON and other PostgreSQL types.
- Examples of using the new JSON operators and functions to extract, transform, and produce JSON.
- Details on leveraging the new JSON C API to build custom JSON functions and transformations.
- Discussions of future work, like a possible binary JSON representation, to further improve PostgreSQL's JSON support.