Class JSONCFormat


public final class JSONCFormat extends AbstractJSONLikeFormat
"JSON" CFormat; to be used when generating JSON (and not JavaScript), 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:
JavaScriptCFormat, JavaScriptOrJSONCFormat