Convert to array

1/ deserialize to JArray
2/ yourArray = JArray.Select(function(x) CType(x.First, JProperty).Value.ToString ).toarray

cheers