Hello,
it’s possible to get JSON variations like this with liquid?
//// JSON
[
red: [
{
id: "xxx",
option: "Red - XL"
},
{
id: "xxx",
option: "Red - L"
},
],
blue: [
{
id: "xxx",
option: "Blue - XL"
},
{
id: "xxx",
option: "Blue - L"
},
]
]