forbid-in-flow-mappings
This allows preventing implicit `null` from empty values in flow mappings. For example: {a:} {a:, b: 2} { a: { b: , c: { d: 4, e: } }, f: }
only in block mappings for now