Andriy Onyshchuk
Andriy Onyshchuk
+1 hey there! is there any progress on it?
can see this in `1.5.3`
linking #220
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...
this is a nice catch. thank you
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...