Value converters to apply before values are rendered.
For more information see ValueRenderer.converters. Note that due to language limitations,
when rendering a Dynamic, any entries with a String key will have converters applied as
though the entry was a property. This means paths like x[foo] only apply when rendering
a Mapping, or when a class converter converts an entry key into a String.
The number of elements in a Mapping or Listing to render them multiline.
The default value of 2 means a collection with a single element will be rendered in the
inline style, although any nested collections may be rendered in the multiline style.
Note that Map and List are always rendered in the inline style.
Renders values as Lua.