{"id":16417245,"url":"https://github.com/itsvinayak/node-red-contrib-dictionary","last_synced_at":"2025-06-25T14:33:30.926Z","repository":{"id":61796518,"uuid":"554978165","full_name":"itsvinayak/node-red-contrib-dictionary","owner":"itsvinayak","description":"a dictionary node for node-red","archived":false,"fork":false,"pushed_at":"2023-10-20T04:04:15.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T13:03:14.432Z","etag":null,"topics":["node","node-red","node-red-config","node-red-contrib","node-red-flow","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/node-red-contrib-dictionary","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itsvinayak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-20T18:29:43.000Z","updated_at":"2025-02-22T19:22:57.000Z","dependencies_parsed_at":"2025-02-24T11:33:16.774Z","dependency_job_id":null,"html_url":"https://github.com/itsvinayak/node-red-contrib-dictionary","commit_stats":null,"previous_names":["itsvinayak/node-red-dictionary-node","itsvinayak/node-red-contrib-dictionary","itsvinayak/dictionary-node"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/itsvinayak/node-red-contrib-dictionary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvinayak%2Fnode-red-contrib-dictionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvinayak%2Fnode-red-contrib-dictionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvinayak%2Fnode-red-contrib-dictionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvinayak%2Fnode-red-contrib-dictionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsvinayak","download_url":"https://codeload.github.com/itsvinayak/node-red-contrib-dictionary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsvinayak%2Fnode-red-contrib-dictionary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261892056,"owners_count":23225846,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["node","node-red","node-red-config","node-red-contrib","node-red-flow","nodejs"],"created_at":"2024-10-11T07:11:22.569Z","updated_at":"2025-06-25T14:33:30.893Z","avatar_url":"https://github.com/itsvinayak.png","language":"HTML","readme":"# node-red-contrib-dictionary [![Node.js CI](https://github.com/itsvinayak/node-red-contrib-dictionary/actions/workflows/npm-ci.yml/badge.svg)](https://github.com/itsvinayak/node-red-contrib-dictionary/actions/workflows/npm-ci.yml)\n\n###  dictionary node for node-red\n\nA dictionary is a general-purpose data structure for storing a group of objects. It is a set of keys with a single associated value.\n\n### Example of dictionary\n\n```\n{\n  \"living\": {\n    \"men\": \"20\",\n    \"women\": \"10\",\n    \"children\": \"3\"\n  },\n  \"nonliving\": {\n    \"table\": \"6\"\n  },\n  \"food items\": \"10\"\n}\n```\n\n## What this node does:\n\nthis node takes a dictionary/json and allows the user to create an other dictionary, based on user keys and values ( path of objects )\n\n**Input:**\n\n```\n{\n  \"living\": {\n    \"men\": \"20\",\n    \"women\": \"10\",\n    \"children\": \"3\"\n  },\n  \"nonliving\": {\n    \"table\": \"6\"\n  },\n  \"food items\": \"10\"\n}\n```\n\n**Output:**\n\n```\n{\n  \"living men\": \"20\",\n  \"nonliving table\": \"6\"\n}\n```\n\n\u003cimg width=\"639\" alt=\"Screenshot 2022-10-21 at 10 36 59 AM\" src=\"https://user-images.githubusercontent.com/33996594/197116742-675f03cc-be66-4d77-a368-2c6f0b1ef544.png\"\u003e\n\n\n### Node config :\n\n\u003cimg width=\"623\" alt=\"Screenshot 2022-10-21 at 10 39 11 AM\" src=\"https://user-images.githubusercontent.com/33996594/197116967-068e65b5-cf11-406e-88ba-292d4bf50230.png\"\u003e\n\n\n### Output :\n\n\u003cimg width=\"310\" alt=\"Screenshot 2022-10-21 at 10 41 09 AM\" src=\"https://user-images.githubusercontent.com/33996594/197117139-e90eb66f-1af8-4cd0-8e2e-5e2617b50108.png\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvinayak%2Fnode-red-contrib-dictionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsvinayak%2Fnode-red-contrib-dictionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsvinayak%2Fnode-red-contrib-dictionary/lists"}