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.
Yeah, malli can do that too. but in general, i would think three times before going that route.
i knew about https://github.com/stathissideris/spec-provider havent tried it in recent times
Thanks @rahul080327 I will go take a look...