Define Array in json format

Hello,

How can i define array in json to perform as curl request?

I have Book with field category which i want to define it as array.

Following doesnt not work
{
"book" :
{
"properties" :
{
"category": { "type" : "array"}
}
}
}