/vdf-parser

JS library to (de)serialize Text-based Valve Data Format (VDF).

Primary LanguageJavaScriptOtherNOASSERTION

simple-vdf2

Travis-CI Build Status Codecov branch Codacy Badge

Dev Dependencies Peer Dependencies

JavaScript Style Guide


A Simple library for Text-based VDF (Valve Data Format) (de)serialization.

Based on Rossen Georgiev's simple-vdf.

methods

parse(string)

Parse a string containing VDF and returns an object

stringify(obj) / dump(obj)

Serializes an object to a string of VDF