Class JavaScriptCFormat


public final class JavaScriptCFormat extends AbstractJSONLikeFormat
"JavaScript" CFormat, to be used when generating JavaScript (and not JSON), except, in most cases JavaScriptOrJSONCFormat is recommended over this.

Experimental class! This class is too new, and might will change over time. Therefore, for now most methods are not exposed outside FreeMarker. The class itself and some members are exposed as they are needed for configuring FreeMarker.

Since:
2.3.32
See Also:
JSONCFormat, JavaScriptOrJSONCFormat