| Catmandu::Fix::vacuum(3pm) | User Contributed Perl Documentation | Catmandu::Fix::vacuum(3pm) |
NAME¶
Catmandu::Fix::vacuum - delete all empty fields from your dataSYNOPSIS¶
# Delete all the empty fields
#
# input:
#
# foo: ''
# bar: []
# relations: {}
# test: 123
#
vacuum()
# output:
#
# test: 123
#
SEE ALSO¶
Catmandu::Fix| 2017-01-04 | perl v5.24.1 |