clojure-spec

maleghast 2022-09-18T14:04:55.862039Z

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.

Drew Verlee 2022-09-20T01:59:45.008069Z

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

lispyclouds 2022-09-18T14:24:01.989919Z

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

maleghast 2022-09-18T14:24:38.503039Z

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