Packages

package format

Type Members

  1. trait DefaultFormatsBuilder extends FormatsBuilder
  2. trait FormatsBuilder extends AnyRef
  3. trait JavaTypesSupport extends FormatsBuilder
  4. trait NoEmptyValuesSupport extends FormatsBuilder

    Removes all empty values from the AST.

    Removes all empty values from the AST. By empty value we mean null, empty string, empty array/object or array/object that only consists of empty items.

    In order to preserve the length and offsets in the arrays that have at least one non-empty item, the rest empty items are not removed but replaced with null.

  5. trait NoTypeHintsSupport extends FormatsBuilder

Ungrouped