-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The proto -> JSON serializer performs wrong wrapping of List<Object> values which causes wrong formatted JSON.
E.g. the List<String> ends up as:
{
"_type": "string",
"_value": "Anna"
}{
"_value": "Anna"
}{
"_value": "Anna"
}