Schema

Description

Library for validating data structure such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Pharo data-types.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Created
Oct. 29, 2019
Updated
Nov. 2, 2019

Categories

Serialization System / OS

README excerpt

# Schema
Library for validating data structure such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Pharo data-types.

This library is inspired from [Python's Schema library](https://pypi.org/project/schema/), thanks to the original developers for the inspiration.
← Back to results