Interface IFastJsonSerializeOptions

    • Method Detail

      • 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.