{"id":41853724,"url":"https://github.com/voorhoede/datocms-plugin-json-table","last_synced_at":"2026-01-25T10:34:45.160Z","repository":{"id":42523895,"uuid":"288940640","full_name":"voorhoede/datocms-plugin-json-table","owner":"voorhoede","description":"This DatoCMS plugin makes it possible to add/insert a key and value to output a simple JSON table.","archived":false,"fork":false,"pushed_at":"2025-08-15T13:20:01.000Z","size":6970,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T15:46:06.433Z","etag":null,"topics":["datocms-plugin","json-table","open-source"],"latest_commit_sha":null,"homepage":"https://www.datocms.com/marketplace/plugins/i/datocms-plugin-json-table","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voorhoede.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-20T07:43:57.000Z","updated_at":"2025-08-15T13:20:05.000Z","dependencies_parsed_at":"2024-07-26T15:02:46.665Z","dependency_job_id":"b098f684-1e87-4fa8-89ad-c18f7e55959d","html_url":"https://github.com/voorhoede/datocms-plugin-json-table","commit_stats":{"total_commits":30,"total_committers":2,"mean_commits":15.0,"dds":"0.16666666666666663","last_synced_commit":"1b18a1fdfd99f09f39c337f5f3f8d302d2f7e660"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/voorhoede/datocms-plugin-json-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhoede%2Fdatocms-plugin-json-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhoede%2Fdatocms-plugin-json-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhoede%2Fdatocms-plugin-json-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhoede%2Fdatocms-plugin-json-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voorhoede","download_url":"https://codeload.github.com/voorhoede/datocms-plugin-json-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voorhoede%2Fdatocms-plugin-json-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28751816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datocms-plugin","json-table","open-source"],"created_at":"2026-01-25T10:34:44.518Z","updated_at":"2026-01-25T10:34:45.155Z","avatar_url":"https://github.com/voorhoede.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DatoCMS plugin: JSON Table\n\n**This DatoCMS plugin makes it possible to add/insert a key and value to output a simple JSON table. The plugin is build as a custom field editor for DatoCMS JSON fields.**\n\n![](https://github.com/voorhoede/datocms-plugin-json-table/raw/main/docs/preview.gif)\n\nWhen you input a key and value the output will be:\n```json\n{\n  \"key 1\": \"value 1\",\n  \"key 2\": \"value 3\",\n  \"key 3\": \"value 3\"\n}\n```\n\n## Features\n\n* Add keys and values\n* Output a simple JSON object\n* Make individual entries mandatory\n* Allow editors to add entries in the JSON table\n* Copy and paste the raw json in the json field editor\n\nFor each entry in the JSON we show a key and value.\n\n![](https://github.com/voorhoede/datocms-plugin-json-table/raw/main/docs/json-table-added.jpg)\n\n## Configuration\n\nFirst add this plugin via DatoCMS Settings \u003e Plugins \u003e Add (`/admin/plugins/new`).\n\n### Plugin settings\n\n#### Settings\n\nThere are three settings for configuration of the JSON table.\n\nIf the `Editor may add item` (Default: `true`), the button with `+ ADD ITEM` will be shown. If this button is set to `false`, the editor will not be able to add any items.\n\nTo copy and paste raw json the option `Show button \"Show JSON editor\"` (Default: `false`) can be activated. This will show a DatoCMS like JSON editor instead of the json table. This can be usefull to see the JSON structure or for copy and pasting large json objects.\n\n`Required/Optional fields` is a comma seperated list of keys that should be required or optional and non-editable. By default every entry becomes a required key. Add a question mark (?) at the end of the key to make it optional. Example: `key1, key2?, key3`. Where `key1`, `key2` and `key3` are non editable and only `key2` is optional. When a key is added to this list it will show automatically as an entry in the JSON table.\n\n![](https://github.com/voorhoede/datocms-plugin-json-table/raw/main/docs/json-table-required-fields.jpg)\n\n#### Default values\n\nTo give keys a default value you can use the `Default value` tab of the JSON field. Inserting:\n```json\n{\n  \"key 1\": \"value 1\",\n  \"key 2\": \"value 3\",\n  \"key 3\": \"value 3\"\n}\n```\nwill result in having the same keys and values as default.\n\n![](https://github.com/voorhoede/datocms-plugin-json-table/raw/main/docs/json-table-default-values.jpg)\n\nAdding the same keys to the `Required fields` will result in having default values for required fields where the editor is only allowed to edit values and not allowed to edit keys.\n\n## Contributing\n\nSee [contributing.md](https://github.com/voorhoede/datocms-plugin-json-table/blob/main/contributing.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoorhoede%2Fdatocms-plugin-json-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoorhoede%2Fdatocms-plugin-json-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoorhoede%2Fdatocms-plugin-json-table/lists"}