Validate and Transform Your Data with Schematic (opens in new tab)
From Mitchell Hanberg's Blog: I've recently seen talk of similar libraries to Schematic so I figured I'd share my take on the problem space! ## Schematic Schematic is a library for validating and transforming data in Elixir, similar to Ecto Changesets and Norm. I created Schematic early in 2023 while developing the GenLSP library, which I developed to build Next LS. I needed to be able to consume and produce data structures described by the Language Server Protocol JSON Schema specification, ...
Read the original article