mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-04 02:24:08 +02:00
serde for Entry/Table/Statement/Value
This commit is contained in:
parent
6a332d051f
commit
d7d26f530a
14 changed files with 367 additions and 72 deletions
|
|
@ -4,16 +4,16 @@ expression: parsed
|
|||
---
|
||||
{
|
||||
"Resource/specificPanel.res": {
|
||||
"$envmaptint": Value(".5"),
|
||||
".5": Value(".5"),
|
||||
"\\\\\"$translucent\"": Value("1"),
|
||||
"$envmaptint": ".5",
|
||||
".5": ".5",
|
||||
"\\\\\"$translucent\"": "1",
|
||||
"array": [
|
||||
Value("1"),
|
||||
Value("2"),
|
||||
Value("3"),
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
],
|
||||
"empty": Value(""),
|
||||
"empty quoted": Value("\"\""),
|
||||
"windows_path": Value("C:\\test\\no newline"),
|
||||
"empty": "",
|
||||
"empty quoted": "\"\"",
|
||||
"windows_path": "C:\\test\\no newline",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue