{ "name": "json_accessors", "abstract": "JSON accessor functions", "description": "Extension provides stored functions for accessing JSON fields by keys and converting JSON arrays.", "version": "1.3.1", "maintainer": [ "Eugene Seliverstov " ], "license": "postgresql", "provides": { "json_accessors": { "file": "sql/json_accessors.sql", "docfile": "doc/json_accessors.md", "version": "1.3.1" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.1.0" } }, "test": { "requires": { "plpgsql": 0 } } }, "resources": { "bugtracker": { "web": "http://github.com/theirix/json_accessors/issues/" }, "repository": { "url": "git://github.com/theirix/json_accessors.git", "web": "http://github.com/theirix/json_accessors/", "type": "git" } }, "generated_by": "Eugene Seliverstov", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "json", "function" ] }