Class JSON.Literal

    • Constructor Detail

      • Literal

        public Literal​(String json)
        Construct a literal JSON instance for use by JSON.toString(Object). If Logger.isDebugEnabled() is true, the JSON will be parsed to check validity
        Parameters:
        json - A literal JSON string.