Andriy Onyshchuk

Results 45 comments of Andriy Onyshchuk

+1 hey there! is there any progress on it?

Hello, @bjornbak Can you help me to identify the corner case you are describing here? I added several test cases covering (check PR #251) - nested optional fields (case class...

hi @JoeCordingley ``` import json._ val personSchema: json.Schema[Person] = Json.schema[Person] ``` works fine as is. But may be broken iа you would import some other `json` or `Json` into the...

depending in json-libraries is necessary in 2 cases - you are willing to convert `Schema[X]` into json ast of certain json-lib.. `JsObject`, `JObject`, etc - or your model have specified...

there is no common agreement on how to handle either.. i believe different json-libs do it different way. not sure all of them even provide necessary support so for your...

hello, the paradox docs are supposed to replace readme at some point.. it's just a question of free time to get them updated and published.. unfortunately last year I had...

ohh.. I'm sorry. Yes, you're right.. I just never pushed it before but you can find it there now.. it's halfway done though, so expect not everything is working there...