Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.13 KB

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