[Developers] Query with : in id string returns an error

Dae Park daepark at metaweb.com
Tue Jun 10 17:59:35 UTC 2008


On Jun 10, 2008, at 10:57 AM, Dae Park wrote:

> [{
>    "name": "2001: A Space Odyssey",
>    "id": null,
>    "type": null
> }]

Oops, this should be:


[{
    "name": "2001: A Space Odyssey",
    "id": null,
    "type": []
}]

since things can have multiple types.



More information about the Developers mailing list