{
   "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.4",
   "date": "2026-07-14T16:46:06Z",
   "maintainer": [
      "Buzz Moschetti <buzz.moschetti@gmail.com>"
   ],
   "release_status": "stable",
   "user": "buzz",
   "sha1": "33a0aafe0e8ce3890c2cedba3d9368653dda63eb",
   "license": "mit",
   "provides": {
      "bson": {
         "abstract": "The bson data type",
         "docfile": "README.md",
         "file": "pgbson--2.0.sql",
         "version": "2.0.4"
      }
   },
   "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/"
      }
   }
}
