The JSON I get from the post data is not valid JSON. I'm parsing it in C# (Newtonsoft.Json) and it accepts when it's only 1 image. I tried to validate the JSON with various online JSON validators but it always came up negative. See image below for example.
The JSON I get from the post data is not valid JSON. I'm parsing it in C# (Newtonsoft.Json) and it accepts when it's only 1 image. I tried to validate the JSON with various online JSON validators but it always came up negative. See image below for example.