Attributes |
Name | Required | Request-time | Type | Description |
name | false | true | java.lang.String | The name of the array (required if nested within json:object tag) |
var | false | true | java.lang.String | The name of a page variable that will be set to the item in the list as it is iterated over |
items | false | true | java.lang.Object | A collection, array, or map of items that should be iterated over |
trim | false | true | boolean | Should whitespace be trimmed from the beginning and end of String values? (default:true) |
prettyPrint | false | true | boolean | Should the rendered JSON be nicely formatted and indented? (default:false) |
escapeXml | false | true | boolean | Should special XML characters be escaped? (default:true) |