{
   "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.3",
   "date": "2026-07-12T12:12:31Z",
   "maintainer": [
      "Buzz Moschetti <buzz.moschetti@gmail.com>"
   ],
   "release_status": "stable",
   "user": "buzz",
   "sha1": "b911ce34045b5aa396e67d3ec2078bdd7c8ad511",
   "license": "mit",
   "provides": {
      "bson": {
         "abstract": "The bson data type",
         "docfile": "README.md",
         "file": "pgbson--2.0.sql",
         "version": "2.0.3"
      }
   },
   "tags": ["json", "jsonb", "bson", "complex structures", "data type"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/buzzm/postgresbson-pair/issues/"
      },
      "repository": {
         "type": "git",
         "url": "git://github.com/buzzm/postgresbson.git",
         "web": "https://github.com/buzzm/postgresbson/"
      }
   }
}
