You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cchantep
changed the title
[doc] describe how to read optional fields / objects with Json Transformers
Describe how to read optional fields / objects with Json Transformers
Jan 24, 2017
(Moved from playframework/playframework#6756)
Actually reading optional fields / objects with Json Transformers is possible, but it is currently missing in our documentation, so we should add something like that to our docs: http://stackoverflow.com/a/15998881/2250209
Actually the important part is:
.orElse(__.json.pick[JsObject])
The text was updated successfully, but these errors were encountered: