package format
Type Members
- trait DefaultFormatsBuilder extends FormatsBuilder
- trait FormatsBuilder extends AnyRef
- trait JavaTypesSupport extends FormatsBuilder
-
trait
NoEmptyValuesSupport extends FormatsBuilder
Removes all empty values from the AST.
Removes all empty values from the AST. By
empty valuewe meannull, 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. - trait NoTypeHintsSupport extends FormatsBuilder