Extensions / Functions and aggregates
Extract JSON values by variadic dot-delimited key paths
pgext.cloud · Source code · Control file
| Package | jsonfun |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 1 |
| Latest commit | 2014-10-20 |
| Catalogue updated | 2026-08-30 |
| pgbson | BSON data type and accessor functions for PostgreSQL |
| jsquery | data type for jsonb inspection |
| pgjq | Use jq in Postgres |
| json_validator_ext | Validate JSONB values against JSON Schema using Rust and pgrx |
| is_jsonb_valid | Native PostgreSQL extension for validating jsonb values against JSON Schema draft 4 and draft 7. |
| json_build | C functions and aggregate helpers for building complex PostgreSQL JSON objects and arrays. |
| pg_jsonschema | PostgreSQL extension providing JSON Schema validation |
| json_accessors | JSON accessor functions |