A JSON question using a {"animal":"age"} object as an example;
A Strict JSON array is say
[{"animal":"cat","age":3},{"animal":"dog","age", 4}]
Is there any way to to do
[{"cat",3},{"dog",4}] and have Jackson parse this ?