<FromGitter>
<Blacksmoke16> would be typed and can handle validation as well
<FromGitter>
<wontruefree> will that handle random key value data types?
<FromGitter>
<wontruefree> I think I want postges support though
<FromGitter>
<Blacksmoke16> if the data can be anything you would have to use `JSON.parse` then
<FromGitter>
<Blacksmoke16> to handle the dynamic data
<FromGitter>
<wontruefree> that seems about right
<FromGitter>
<wontruefree> hmmmm
<FromGitter>
<wontruefree> has anyone tried integrating clear in amber framework
<FromGitter>
<wontruefree> I wrote a 2 endpoint kemal server in it a while ago
<FromGitter>
<wontruefree> they seems to have good support for postgres
<FromGitter>
<wontruefree> including json
<FromGitter>
<Blacksmoke16> *only* support for PG
<FromGitter>
<Blacksmoke16> which if that is what you are using might not be a bad idea
<FromGitter>
<wontruefree> clear only supports pg
<FromGitter>
<Blacksmoke16> correct
<FromGitter>
<wontruefree> the application I am building is only on postgres
<FromGitter>
<Blacksmoke16> what json specific features does it offer?
<FromGitter>
<Blacksmoke16> like actually querying the json structure?
<FromGitter>
<wontruefree> you can query the json structure
<FromGitter>
<wontruefree> which is a feature I want to add later on
<FromGitter>
<wontruefree> but not one for now
<FromGitter>
<wontruefree> I am curious how clear stacks up too
<FromGitter>
<Blacksmoke16> i used it for a bit a while back
<FromGitter>
<wontruefree> looks like granite has UUID support which I didnt think they had
<FromGitter>
<Blacksmoke16> ye
<FromGitter>
<Blacksmoke16> main thing i missed in clear was the like `Model.from_json` feature, i think he added JSON support but not sure how its implemented
<FromGitter>
<wontruefree> interesting
<FromGitter>
<Blacksmoke16> my use case was working with a/being a JSON API
<FromGitter>
<Blacksmoke16> so being able to cleanly serialize the response from the api into models was super nice
<FromGitter>
<wontruefree> that makes sense
<FromGitter>
<wontruefree> I am using rendered pages and will have a json API