Interface JsonFileOptions

    • Method Detail

      • getAllowComments

        @Stability(Experimental)
        @Nullable
        default Boolean getAllowComments()
        (experimental) Allow the use of comments in this file.

        Default: - false for .json files, true for .json5 and .jsonc files

      • getNewline

        @Stability(Experimental)
        @Nullable
        default Boolean getNewline()
        (experimental) Adds a newline at the end of the file.

        Default: true