Personal Coding Challenge: Data Validation, Correction, and Default Handling
Say you have some JSON data like this (I’ll be using Go on purpose here): The challenge here is to build a machine that does four things: Validate that the JSON is valid syntax. Validate that the JSON is valid against a schema. If there is a problem with one part of the data, first […]