- Description:
This key toggles whether to output an empty string, or no value at all.
Setting this key to
truewill output no value at all instead of an empty string. This will bubble up to any outer parsers, so may control whether they return output.By default, this key is
false(i.e., an empty string is output).- Appears in:
└── Snippet └── params └── * └── Optional Parser Configuration └── options └── remove_empty- Type:
boolean- Examples: