{"id":15785131,"url":"https://github.com/kant2002/webidl-csharp","last_synced_at":"2025-03-31T17:26:44.526Z","repository":{"id":69641629,"uuid":"186062775","full_name":"kant2002/webidl-csharp","owner":"kant2002","description":"C# WebIDL parsing library","archived":false,"fork":false,"pushed_at":"2022-08-15T14:25:10.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T20:33:50.577Z","etag":null,"topics":["webidl"],"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/kant2002.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":"2019-05-10T22:39:48.000Z","updated_at":"2023-02-11T19:38:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee8d151f-39f1-4c91-8e8f-a1a0c48298db","html_url":"https://github.com/kant2002/webidl-csharp","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"cf56d46920e8a2b57c4fa4127432f74ed3600ac6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Fwebidl-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Fwebidl-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Fwebidl-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kant2002%2Fwebidl-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kant2002","download_url":"https://codeload.github.com/kant2002/webidl-csharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246507393,"owners_count":20788815,"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":["webidl"],"created_at":"2024-10-04T20:21:11.328Z","updated_at":"2025-03-31T17:26:44.498Z","avatar_url":"https://github.com/kant2002.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebIDL parsing library in C#\n\nSmall library for parsing of WebIDL files and accessing their data from .NET application\n\n\n```\nusing WebIdlCSharp;\n\nvar types = WebIdlParser.LoadTypesFromFile(\"vibration.json\");\n```\n\nThese JSON files could be generated using small NodeJS script from regular WebIDL files.\n\n```\nimport webidl2 = require(\"webidl2\");\nimport * as fs from \"fs\";\n\nconst content = fs.readFileSync(fileName);\nconst parsingStructure = webidl2.parse(content.toString());\nfs.writeFileSync(outputFileName, JSON.stringify(parsingStructure, null, 2));\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkant2002%2Fwebidl-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkant2002%2Fwebidl-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkant2002%2Fwebidl-csharp/lists"}