I'm not familiar with the interfaces you may have ...
# arrow
r
I'm not familiar with the interfaces you may have to implement but it's basically checking a given value in json is null or not and if null returning
None
and if not null wrapping the value in
Some(value)