{"id":25856537,"url":"https://github.com/shihongxins/vbsjson","last_synced_at":"2026-06-11T15:31:12.674Z","repository":{"id":109120420,"uuid":"315059184","full_name":"shihongxins/VBSJSON","owner":"shihongxins","description":"一个VBS的JSON数据转换工具类","archived":false,"fork":false,"pushed_at":"2020-11-23T03:42:41.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T18:36:01.238Z","etag":null,"topics":["json","vbs","vbs-json"],"latest_commit_sha":null,"homepage":"","language":"VBScript","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/shihongxins.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-22T14:41:11.000Z","updated_at":"2021-10-27T01:33:38.000Z","dependencies_parsed_at":"2023-03-25T20:18:34.203Z","dependency_job_id":null,"html_url":"https://github.com/shihongxins/VBSJSON","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shihongxins/VBSJSON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihongxins%2FVBSJSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihongxins%2FVBSJSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihongxins%2FVBSJSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihongxins%2FVBSJSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihongxins","download_url":"https://codeload.github.com/shihongxins/VBSJSON/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihongxins%2FVBSJSON/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34206487,"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":["json","vbs","vbs-json"],"created_at":"2025-03-01T18:18:54.951Z","updated_at":"2026-06-11T15:31:12.663Z","avatar_url":"https://github.com/shihongxins.png","language":"VBScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VBSJSON\n一个VBS的JSON数据转换工具类。  \n[PS:如果你喜欢的话请给我一个 **Star** ^_^ ]\n\n## 说明\n| JSON | VBS |\n| --- | --- |\n| `null` | `Null` |\n| `true` | `True` |\n| `false` | `False` |\n| `string` | `vbString` |\n| `number` | `vbInteger, vbLong, vbSingle, vbDouble` |\n| `Array` | `vbArray, vbVariant, vbArray+vbVariant` |\n| `Object` | `Dictionary` |\n\n## 使用\n```VB\n    ' ./example/example.vbs\n    Dim FSO\n    Set FSO = CreateObject(\"Scripting.FileSystemObject\")\n    Dim source1, source2\n    source1 = FSO.OpenTextFile(\"source1.json\").ReadAll\n    source2 = FSO.OpenTextFile(\"source2.json\").ReadAll\n    \n    Dim JSON\n    Set JSON = new VBSJSON\n\n    Dim source1_parse, source2_parse\n    Set source1_parse = JSON.parse(source1)\n    source2_parse = JSON.parse(source2)\n\n    Dim source1_parse_stringify, source2_parse_stringify\n    source1_parse_stringify = JSON.stringify(source1_parse)\n    source2_parse_stringify = JSON.stringify(source2_parse)\n```\n\n## LICENSE\n[MIT License](https://github.com/shihongxins/VBSJSON/blob/main/LICENSE)\n\n## 参考\n1. [JSON](https://www.json.org/json-zh.html)\n2. [VBJSON](http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html)\n3. [Demon's VbsJson](http://demon.tw/my-work/vbs-json.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihongxins%2Fvbsjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihongxins%2Fvbsjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihongxins%2Fvbsjson/lists"}