Imran Sarwar

Results 2 comments of Imran Sarwar

Thanks @fsvehla but how that will go to extract an optional field from `Json`. Do we have some `getOpt` operator ?

After little effort found out like this we can pick `optional` field ```scala val fields = for { ast println("Nothing") } ```