Fork me on GitHub
#clojure-spec
<
2022-09-18
>
maleghast14:09:55

Hello All, was just wondering if there is already a tool out there for deriving spec from a data structure..? Basically I want to consume JSON and render it as EDN / Clojure and then reverse engineer a spec from that data structure.

lispyclouds14:09:01

i knew about https://github.com/stathissideris/spec-provider havent tried it in recent times

maleghast14:09:38

Thanks @U7ERLH6JX I will go take a look...

Drew Verlee01:09:45

Yeah, malli can do that too. but in general, i would think three times before going that route.