mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-08-02 04:04:52 +02:00
22 lines
325 B
Text
22 lines
325 B
Text
---
|
|
source: tests/serde.rs
|
|
expression: result
|
|
---
|
|
{
|
|
"Resource/specificPanel.res": {
|
|
"empty": null,
|
|
"array": [
|
|
1,
|
|
2,
|
|
3
|
|
],
|
|
"windows_path": "C:\\test\\no newline",
|
|
"bracket_string": "[{]",
|
|
"\\\\\"$translucent\"": true,
|
|
"$envmaptint": [
|
|
0.5,
|
|
0.5,
|
|
0.5
|
|
]
|
|
}
|
|
}
|