Topic: JSON Config
Hey everyone,
Apparently in v1.5.0 you can now use JSON as a config instead of XML. I can't find ANY documentation on the formatting needed or anything about this.
I've tried it with a dummy JSON file (which I ran through an XML>JSON convertor) and cleaned it up a bit to see if that would work, but haven't had any luck:
{
"galleryTitle": "Emmys Red Carpet",
"image": [
{
"imageURL": "/Media/GetMediaImage/950a55b2-c59d-49c8-878b-11dab6649612?anchor=center&mode=crop&width=722&height=1080&rnd=-785658392",
"thumbURL": "/Media/GetMediaImage/950a55b2-c59d-49c8-878b-11dab6649612?center=0.13,0.49751243781094528&mode=crop&width=105&height=105&rnd=-785658392",
"caption": "Emilia Clarke"
},
{
"imageURL": "/Media/GetMediaImage/0567378e-5bdd-48f1-84a3-72f62811191d?anchor=center&mode=crop&width=763&height=1080&rnd=40954557",
"thumbURL": "/Media/GetMediaImage/0567378e-5bdd-48f1-84a3-72f62811191d?anchor=center&mode=crop&width=105&height=105&rnd=40954557",
"caption": "Giuliana Rancic"
}
]
}
Can anyone shed some light on how to get it working with JSON instead of XML?
Cheer
Nathan