Class AbstractJSONLikeFormat

java.lang.Object
freemarker.core.CFormat
freemarker.core.AbstractJSONLikeFormat
Direct Known Subclasses:
JavaScriptCFormat, JavaScriptOrJSONCFormat, JSONCFormat

public abstract class AbstractJSONLikeFormat extends CFormat
Defines the methods in CFormat that are the same for all JSON-like languages.

Experimental class! This class is too new, and might will change over time. Therefore, for now constructor and most methods are not exposed outside FreeMarker, and so you can't create a custom implementation. The class itself and some members are exposed as they are needed for configuring FreeMarker.

Since:
2.3.32