Any particular reason the HTTP API returns raw JSON arrays rather than a JSON object with an array field?<br><br>Example:<br>/api/vhosts<br><span>[{"name":"/","tracing":false},{"name":"MyHost","tracing":false}]</span><br><br>At least one library (Json.NET) fails to parse that. I'm not sure if it's in the standard.<br><br>A workaround is to create a JSON object on the client and assign this to a field.<br>