mirror of
https://codeberg.org/icewind/vdf-reader.git
synced 2026-06-03 10:04:08 +02:00
dont attempt to deserialize bracketed strings as arrays if they contain more brackets
This commit is contained in:
parent
1cc5b07228
commit
842cf2407c
7 changed files with 22 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ well only the serde data model not every type might deserialize properly.
|
|||
|
||||
- Because the boolean values `0` and `1` can't be distinguished from numbers, it
|
||||
is not possible to use booleans in untagged enums.
|
||||
- When deserializing arrays by settings the same key multiple times, the keys
|
||||
- When deserializing arrays by setting the same key multiple times, the keys
|
||||
have to be consecutive.
|
||||
|
||||
```vdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue