{"id":18249475,"url":"https://github.com/rossengeorgiev/vdf-parser","last_synced_at":"2025-05-08T00:25:45.597Z","repository":{"id":16106436,"uuid":"18851465","full_name":"rossengeorgiev/vdf-parser","owner":"rossengeorgiev","description":"📜 Libraries to (de)serialize Valve's KeyValue format (VDF) in various languages","archived":false,"fork":false,"pushed_at":"2019-11-08T10:35:05.000Z","size":139,"stargazers_count":80,"open_issues_count":9,"forks_count":23,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T15:34:05.454Z","etag":null,"topics":["javascript","keyvalue","parser","php","serializer","valve","vdf"],"latest_commit_sha":null,"homepage":"http://rgp.io/vdf-parser/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rossengeorgiev.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":"2014-04-16T18:47:35.000Z","updated_at":"2025-03-18T15:45:33.000Z","dependencies_parsed_at":"2022-09-02T14:28:21.730Z","dependency_job_id":null,"html_url":"https://github.com/rossengeorgiev/vdf-parser","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/rossengeorgiev%2Fvdf-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Fvdf-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Fvdf-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossengeorgiev%2Fvdf-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossengeorgiev","download_url":"https://codeload.github.com/rossengeorgiev/vdf-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252975070,"owners_count":21834370,"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":["javascript","keyvalue","parser","php","serializer","valve","vdf"],"created_at":"2024-11-05T09:40:07.626Z","updated_at":"2025-05-08T00:25:45.537Z","avatar_url":"https://github.com/rossengeorgiev.png","language":"JavaScript","readme":"## KeyValue encoder/decoder for various languages\n\nFormat: https://developer.valvesoftware.com/wiki/KeyValues\n\nVDF may contain comments. However, they are not preserved during decoding.\n\n### Online (in your browser)\n\nGo to http://rossengeorgiev.github.io/vdf-parser/\n\n### Python\n\nMoved to https://github.com/ValvePython/vdf\n\nInstall via pypi: `pip install vdf`\n\n### Javascript\n\nUsing `vdf.js`\n\n```javascript\ndata = VDF.parse(vdf_text);\nvdf_text = VDF.stringify(data);\n```\n\nOr the version on `npm` (https://www.npmjs.com/package/simple-vdf)\n\n```bash\nnpm install simple-vdf\n```\n\n```javascript\nvdf = require('simple-vdf');\ndata = vdf.parse(vdf_text);\nvdf_text = vdf.stringify(data);\n```\n\n### PHP\n\n```php\nrequire_once('vdf.php');\n\n$array = vdf_decode($vdf);\n$vdf = vdf_encode($array);\n$indented_vdf = vdf_encode($array, true);\n```\n\n### License\n\nSee [license](LICENSE) file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossengeorgiev%2Fvdf-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossengeorgiev%2Fvdf-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossengeorgiev%2Fvdf-parser/lists"}