json_schema v0.2.0 JsonSchema.Parser.PrimitiveParser View Source
Parses a JSON schema primitive type:
{
"type": "string"
}
Into an JsonSchema.Types.PrimitiveType
.
Link to this section Summary
Functions
Parses a JSON schema primitive type into an JsonSchema.Types.PrimitiveType
Returns true if the json subschema represents a primitive type
Link to this section Functions
Parses a JSON schema primitive type into an JsonSchema.Types.PrimitiveType
.