Data Validation with JSON Schema

Опубликовано: 01 Август 2026
на канале: Greg Bernstein
363
6

Data validation, i.e., of input data, is extremely important! This applies to the browser and particularly to the server. For Web based apps that exchange data via JSON we look at a very popular technique, JSON-Schema, for specifying and validating structured data. Dependencies: JSON, Node.js, general notions of servers.