{ "name": "bson", "abstract": "Create BSON type and functionality similar to json and jsonb", "description": "This library contains a single PostgreSQL extension, a data type called “bson”, along with functions to access fields anywhere in the structure similar to both the arrow and json(b)_extract_path() features in the built-in json and jsonb types.", "version": "2.0.1", "maintainer": [ "Buzz Moschetti " ], "license": "mit", "provides": { "bson": { "abstract": "The bson data type", "file": "pgbson--2.0.sql", "docfile": "README.md", "version": "2.0.1" } }, "resources": { "bugtracker": { "web": "https://github.com/buzzm/postgresbson-pair/issues/" }, "repository": { "url": "git://github.com/buzzm/postgresbson.git", "web": "https://github.com/buzzm/postgresbson/", "type": "git" } }, "generated_by": "Buzz Moschetti", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "json", "jsonb", "bson", "complex structures", "data type" ] }