☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

remove_empty

Table of contents

Description:

This key toggles whether to output an empty string, or no value at all.

Setting this key to true will 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:
Open in a new tab