JSON data which is returned from the builds rest api service is incorrect. Please see screenshots.
Example: https://bamboo.extranet.atlassian.com/rest/api/latest/build/CRUC.json?expand=builds.build
JSON data which is returned from the builds rest api service is incorrect. Please see screenshots.
Example: https://bamboo.extranet.atlassian.com/rest/api/latest/build/CRUC.json?expand=builds.build
build IS AN array of elements, not HAS AN array of elements.
This is how collection (called array here) is represented in JSON - according to http://tools.ietf.org/html/rfc4627
And this is the way Jersey serializes JSON data. Bamboo is probably first product following Atlassian guidelines for REST
, so that's why the whole structure look like this.