Hi I have a simple JSON array where the first item is always a string and 2..N items could be boolean or integer. eg.
[ "string", 1, 1, true, 1] // vali