vdf-parser icon indicating copy to clipboard operation
vdf-parser copied to clipboard

Possibly the most complete JavaScript parser of Valve's VDF (KeyValues) file format

Results 5 vdf-parser issues
Sort by recently updated
recently updated
newest added

### Steps to reproduce 1. Identify your user id. 2. Run the command shown below these steps 3. Observe syntax error Command (replace `` with your id): ```sh npm init...

Same issue as here https://github.com/node-steam/vdf/issues/12 Large integers (or strings that contain numerical values that get interpreted as integers) get rounded, even if they were initially intended as strings. See the...

Hey, I am having issues parsing the [English translation file for TF2](https://raw.githubusercontent.com/SteamDatabase/GameTracking-TF2/master/tf/resource/tf_english.txt). Specifically the problem seems to be that the parser only takes `!$`/`$` for valid conditionals while apparently `$!`...

Fixes edge case with value ending with a backslash, even escaped: ``` "UserLocalConfigStore" { "friends" { "9734658" "Grocel" "5318652" "/Hexalitos\\"

Hello, and thanks for the excellent library. vdf-parser fails to parse one of my user's `localconfig.vdf`. It complains "invalid syntax on line 208". Line 208 is equal to this: ```...