Bean used to hold Javascript code (function or any other Javascript object) that must not be converted into String by the JSON parser.
Overriding the toString() method allow the parser to return the Javascript content as an Object, resulting in a non-quoted String in JSON format. @author Thibault Duchateau @since 0.8.2
|
|
|
|