Empty field in yaml
If you want an empty string, rather than a null value, you can use two single quotes.
title:
1: String
2: String2
3: ''
You can use ~
or null
.
You should read documentation of YAML and you can read Symfony Yaml Format as well
title:
1: String
2: String2
3: ~