{"id":13908088,"url":"https://github.com/T-Pham/RokuJSONHelperNode","last_synced_at":"2025-07-18T06:32:39.512Z","repository":{"id":149007328,"uuid":"93708501","full_name":"T-Pham/RokuJSONHelperNode","owner":"T-Pham","description":"Roku SceneGraph JSON Helper","archived":false,"fork":false,"pushed_at":"2017-06-08T05:37:46.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-07T23:55:43.968Z","etag":null,"topics":["brightscript","json","roku","roku-development","safe","scene-graph","scenegraph"],"latest_commit_sha":null,"homepage":null,"language":"Brightscript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T-Pham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-06-08T04:50:49.000Z","updated_at":"2024-03-25T19:49:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"d89046bd-1aad-4e7d-99c7-28f40ce9e12a","html_url":"https://github.com/T-Pham/RokuJSONHelperNode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pham%2FRokuJSONHelperNode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pham%2FRokuJSONHelperNode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pham%2FRokuJSONHelperNode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T-Pham%2FRokuJSONHelperNode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T-Pham","download_url":"https://codeload.github.com/T-Pham/RokuJSONHelperNode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226361687,"owners_count":17612949,"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":["brightscript","json","roku","roku-development","safe","scene-graph","scenegraph"],"created_at":"2024-08-06T23:02:27.254Z","updated_at":"2024-11-25T16:31:27.943Z","avatar_url":"https://github.com/T-Pham.png","language":"Brightscript","readme":"JSON Helper Node for Roku.\n\nSource files: [`/components/Helpers/`](/components/Helpers/)\n\nUsage:\n```brightscript\njson = {\n  \"people\": [\n    {\n      \"name\": \"John Appleseed\",\n      \"yob\": 1999,\n      \"phones\": [\n        {\n          \"name\": \"Nokia 3310\",\n          \"year_of_purchase\": 2000\n        },\n        {\n          \"name\": \"Nokia 3311\",\n          \"year_of_purchase\": 2001\n        }\n      ]\n    },\n    {\n      \"name\": \"John Appleseed Jr.\",\n      \"yob\": 2017,\n      \"phones\": []\n    }\n  ]\n}\n\njsonHelper = createObject(\"RoSGNode\", \"JSONHelper\")\nvalue = jsonHelper.callFunc(\"get\", {json: json, path: [\"people\", 0, \"phones\", 1, \"name\"]}).value\n? \"first person's second phone name: \"; value\ninvalidValue = jsonHelper.callFunc(\"get\", {json: json, path: [\"people\", 1, \"phones\", 1, \"name\"]}).value\n? \"second person's second phone name: \"; invalidValue\n```\n","funding_links":[],"categories":["HarmonyOS","Build Tools, Deployment \u0026 Utility Libraries"],"sub_categories":["Windows Manager","API Libraries \u0026 SDKs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT-Pham%2FRokuJSONHelperNode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FT-Pham%2FRokuJSONHelperNode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FT-Pham%2FRokuJSONHelperNode/lists"}