Namespace Conizi.Model.Core.Tools
Classes
Client
A http client to send an instance of a C# model to conizi as JSON message. Not yet implemented, coming soon...
ClientConfig
Converter
The converter is used to serialize a C# conizi model to JSON or deserialize JSON to a C# model
Generator
The conizi schema generator is used to generate a JSON Schema out of the conizi C# models
Validator
The conizi schema validator is used to validate a JSON message against the assigned Schema. The validator is build around the C# library Newtonsoft.Json.Schema.