Parsing Json array UStruct

Yes, remove the first { and the last } from the file. I don’t know why but that’s the only way I managed to make it work. It will end looking like this:

[
         "Sexy little thing":
         {
             "variable1": "Value1",
             "variable2": "Value2",
             "variable3": "Value3",
             "variable4": "Value4"
         }
     },
     {
         "My item":
         {
             "variable1": "Value1",
             "variable2": "Value2",
             "variable3": "Value3",
             "variable4": "Value4"
         }
 ]