add support for deserializing a map with int keys as a sequence

This commit is contained in:
Robin Appelman 2025-06-05 20:42:13 +02:00
commit b928f85df6
14 changed files with 226 additions and 9 deletions

6
tests/data/maparray.vdf Normal file
View file

@ -0,0 +1,6 @@
"MapArray"
{
"0" "foo"
"1" "bar"
"2" "asd"
}