https://github.com/frantjc/go-encoding-vdf
Go module to decode Valve Data Format with a similar API to the Go standard library's encoding/json.
https://github.com/frantjc/go-encoding-vdf
go golang steam vdf vdf-parser
Last synced: 10 months ago
JSON representation
Go module to decode Valve Data Format with a similar API to the Go standard library's encoding/json.
- Host: GitHub
- URL: https://github.com/frantjc/go-encoding-vdf
- Owner: frantjc
- License: mit
- Created: 2024-01-10T03:31:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T05:23:35.000Z (about 1 year ago)
- Last Synced: 2025-06-01T18:21:13.318Z (about 1 year ago)
- Topics: go, golang, steam, vdf, vdf-parser
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-encoding-vdf [](https://github.com/frantjc/go-encoding-vdf/actions) [](https://pkg.go.dev/github.com/frantjc/go-encoding-vdf) [](https://goreportcard.com/report/github.com/frantjc/go-encoding-vdf)
[Go](https://go.dev) module to decode Valve Data Format with a similar API to the Go standard library's `encoding/json`.
## install
```sh
go get github.com/frantjc/go-encoding-vdf
```