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: 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:02:15.000Z (3 months ago)
- Last Synced: 2025-02-10T07:20:20.597Z (3 months ago)
- Topics: go, golang, steam, vdf, vdf-parser
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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
```