Return Array without outer json object

Is there a way to return
[]
instead of

{
"value":[]
}

Regards

Currently you should set your service method to return either TJSONArray or TJArray. Or a TStream which has the raw content of the JSON you want to return.