📄️ Anatomy of the Zog Schema
A zog schema is an interface implemented by multiple custom structs that represent a set of validation and transformation logic for a variable of a given type. For example:
📄️ Parsing
What is parsing?
📄️ Parsing Results Examples
Under the hood Zog follows the Parsing Execution Structure and does a bunch of things under the hood to make sure your data is parsed correctly. Such as checking for zero values, coercing types, etc...