Valve Data Format
https://developer.valvesoftware.com/wiki/KeyValues
Steam の設定や状態の記録に使用されるファイル形式 (拡張子は *.vdf)
開発者向け公式Wiki では「KeyValues Text File Format」と記載されている
コミュニティでは Valve's Data Format と呼ばれることもあり若干表記に揺れがある
各種言語向けパーサー
非公式のコミュニティ実装でいくつかの言語向けにパーサーが用意されている
Node.js
node-steam/vdf: https://github.com/node-steam/vdf
C#
Vdf.NET: https://github.com/shravan2x/Gameloop.Vdf
Go
andygrunwald/vdf: https://github.com/andygrunwald/vdf
C++
TinyTinni/ValveFileVDF: https://github.com/TinyTinni/ValveFileVDF