so it seems like i cannot parse `Map<String, Li...
# serialization
n
so it seems like i cannot parse
Map<String, List<Field>>
,
Field
is a custom type the error says just
> Invalid JSON at 4617: Expected '}'
the index seems to match up with the end of the file and the json seems correct to me is there any known problems with nesting lists in maps ?
the problem seems to have been my custom serializer