Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjackson/node-vdf
steamodd's vdf.py ported to node.js
https://github.com/rjackson/node-vdf
Last synced: 2 months ago
JSON representation
steamodd's vdf.py ported to node.js
- Host: GitHub
- URL: https://github.com/rjackson/node-vdf
- Owner: rjackson
- License: isc
- Archived: true
- Created: 2013-06-21T12:32:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T10:10:33.000Z (about 9 years ago)
- Last Synced: 2024-11-08T08:02:29.626Z (3 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 20
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam - vdf - vdf to object and vice versa. (Packages / Node.js)
README
node-vdf
======A port of [steamodd](https://github.com/Lagg/steamodd/)'s vdf.py to node.js.
Tests are written for use with [nodeunit](https://github.com/caolan/nodeunit), and can be executed with `nodeunit test.js`.
##Methods
### parse(string)
Parses a VDF string and returns an object.### dump(obj)
Dumps an object to a VDF string.