1 JSON output indentation
Since GCN 5.14.0, the JSON output returned by any Rest API methods is not automatically intended with whitespace (prettified) for performance reasons. However, you can enable this feature for debugging purposes in the GCN configuration. This feature has no effect on the data structure itself, however the output will be ~+50% bigger than without indentation.
/Node/etc/node.conf
$FEATURE['restapi_json_indentation'] = true;
2 Rest API client for testing
This tool can be accessed on http://yourcmshost/CNPortletapp/generic.html