Class JSONOptions


public final class JSONOptions extends ColumnFilterOptions
Options for reading in JSON encoded data.
  • Field Details

  • Method Details

    • shouldCudfPruneSchema

      public boolean shouldCudfPruneSchema()
    • getLineDelimiter

      public byte getLineDelimiter()
    • isDayFirst

      public boolean isDayFirst()
    • isLines

      public boolean isLines()
    • isRecoverWithNull

      public boolean isRecoverWithNull()
      Return the value of the recoverWithNull option
    • isNormalizeSingleQuotes

      public boolean isNormalizeSingleQuotes()
    • isNormalizeWhitespace

      public boolean isNormalizeWhitespace()
    • isMixedTypesAsStrings

      public boolean isMixedTypesAsStrings()
    • keepStringQuotes

      public boolean keepStringQuotes()
    • strictValidation

      public boolean strictValidation()
    • leadingZerosAllowed

      public boolean leadingZerosAllowed()
    • nonNumericNumbersAllowed

      public boolean nonNumericNumbersAllowed()
    • unquotedControlChars

      public boolean unquotedControlChars()
    • experimental

      public boolean experimental()
    • builder

      public static JSONOptions.Builder builder()