Closed MrBan closed 8 years ago
@MrBan thx, will look into it.
haven't forgotten about this, trying to get to it very soon
Thanks a lot :)
So my investigations show that this magically got fixed in e95cd47, in the upgrade from play-json 2.3 to play-json 2.4. This was shortly before the 0.3.0 release. If I knew why this was broken and how to fix it, I would release a 0.2.1, but since the fix somehow came with play-json 2.4.1, I would suggest to upgrade to the latest play-json-extensions 0.6.0. Probably a good idea anyways :).
Since it works since 0.3.0 I am closing this
I've noticed a different behavior between
jsonx
format and standard json format when dealing with Option fields. In the example below, the firstfromJson
conversion returns aJsError
while the second call returnsJsSuccess
. In my opinion the first behavior is the correct one since the JSON object is invalid.This is relative to version 0.2. I know it is quite old, but if you could provide any clue on how to fix it I would really appreciate it :)
Thanks