I have JSON looking like this:
{\"posts\": [ { \"id\":\"1\",\"title\":\"title 1\" }, { \"id\":\"2\",\"title\":\"title 2\" },
Because your data structure of test json should be "[String: AnyObject]". The json key "posts" value is Array type.