Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Add option "ifEmptyUnsetKey" to JSON cObject (#650)
This TypoScript option works similar to "ifEmptyReturnNull", however, the option uses the unset() feature to actually remove the key from the json output instead of setting this to null. The code checks for "" and an explicit "false" (bool) when using the cObject = BOOL Fixes: #649
- Loading branch information