$prettyPrint public property (available since version 2.0.7)
Whether to format the output in a readable "pretty" format. This can be useful for debugging purpose. If this is true, JSON_PRETTY_PRINT
will be added to $encodeOptions. Defaults to false
. This property has no effect, when $useJsonp is true
.
public boolean $prettyPrint = false
Please login to continue.