Interface JsonOptions.Builder

    • Method Detail

      • multiLine

        JsonOptions.Builder multiLine​(Boolean multiLine)

        A value that specifies whether JSON input contains embedded new line characters.

        Parameters:
        multiLine - A value that specifies whether JSON input contains embedded new line characters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.