Interface IFastJsonSerializeOptions

All Superinterfaces:
Serializable

public interface IFastJsonSerializeOptions extends Serializable
Since:
7.0.10
Author:
XIMA MEDIA GmbH
  • Field Details

  • Method Details

    • isEscapeForHtmlScriptTag

      boolean isEscapeForHtmlScriptTag()
      Returns:
      When true, ensures the JSON can be used within a <script></script> tag. The script tag requires that the literal text </script cannot occur anywhere, not even as a quoted JSON string.