`{ "foo": "test" }` or `{ "foo": null }` and just...
# arrow
s
{ "foo":  "test" }
or
{ "foo": null }
and just use
?
or
Option.fromNullable
instead.