{"id":25778195,"url":"https://github.com/alandoherty/nodedescriptor","last_synced_at":"2026-06-11T08:31:38.163Z","repository":{"id":32994988,"uuid":"36624187","full_name":"alandoherty/nodedescriptor","owner":"alandoherty","description":"An object notation utility with a preprocessor and OOP-style format, wrote for C#","archived":false,"fork":false,"pushed_at":"2017-01-17T20:10:57.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T14:41:32.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/alandoherty.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}},"created_at":"2015-05-31T22:05:44.000Z","updated_at":"2017-01-17T20:10:59.000Z","dependencies_parsed_at":"2022-09-04T01:03:43.262Z","dependency_job_id":null,"html_url":"https://github.com/alandoherty/nodedescriptor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alandoherty/nodedescriptor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alandoherty%2Fnodedescriptor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alandoherty%2Fnodedescriptor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alandoherty%2Fnodedescriptor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alandoherty%2Fnodedescriptor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alandoherty","download_url":"https://codeload.github.com/alandoherty/nodedescriptor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alandoherty%2Fnodedescriptor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34190583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-02-27T06:29:56.690Z","updated_at":"2026-06-11T08:31:38.134Z","avatar_url":"https://github.com/alandoherty.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeDescriptor\nAn object notation utility with a preprocessor and OOP-style format, wrote for C#. I'm going to implement proper node traversal methods soon, so the example below is not here to stay.\n\n# Example\n\nProgram.cs:\n```csharp\nclass Program {\n  static void Main(string[] args) {\n    NDF ndf = new NDF();\n    ndf.Import(\"test.ndf\");\n    \n    foreach(NDFNode node in ndf.Nodes) {\n      if (node is NDFKeyValueNode) {\n        Console.WriteLine(\"Key: \" + node.Key + \" Value: \" + node.Value);\n      } else if (node is NDFObjectNode) {\n        NDFObjectNode objNode = (NDFObjectNode)objNode;\n        if (objNode.Type == \"Language\") {\n          Console.WriteLine(\"Object: \" + objNode.Key + \" Field Count: \" + objNode.Table.Count);\n        }\n      }\n    }\n  }\n}\n```\n\ntest.ndf:\n```csharp\n#version 1\nval Name = \"Blah\";\nvar Languages = [\"English\", \"German\"];\n\nobject English : Language {\n  val Author = \"Alan\";\n  val Strings = {\n    \"hello\" = \"Hello\",\n    \"howdoing\" = \"How are you doing?\"\n  }\n}\n\nobject German : Language {\n  val Author = \"Alan\";\n  val Strings = {\n    \"hello\" = \"Hallo\",\n    \"howdoing\" = \"Wie geht es Ihnen?\"\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falandoherty%2Fnodedescriptor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falandoherty%2Fnodedescriptor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falandoherty%2Fnodedescriptor/lists"}