JSON Structure App Store Module

0
Hi Did anybody handled string collection with the json deserializer inside this module. I run into a error because the serializer handle the string collection as array.   Thanks Stephan      {     "value": [         {             "items": ["12345","23456","34567"],         },         {             "items": ["34567","45678","56789"],         }     ] }
asked
0 answers