JsonSchema Class

Definition

Assembly SharpYaml.dll
Implements IYamlSchema
Show inherited members (29)

Implements a JSON schema. http://www.yaml.org/spec/1.2/spec.html#id2803231

public class JsonSchema : FailsafeSchema, IYamlSchema

Remarks

The JSON schema is the lowest common denominator of most modern computer languages, and allows parsing JSON files. A YAML processor should therefore support this schema, at least as an option. It is also strongly recommended that other schemas should be based on it. .

Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Fields (8)

Methods (3)