An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# go-encoding-vdf [![CI](https://github.com/frantjc/go-encoding-vdf/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/go-encoding-vdf/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/go-encoding-vdf.svg)](https://pkg.go.dev/github.com/frantjc/go-encoding-vdf) [![goreportcard](https://goreportcard.com/badge/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
```