json_schema v0.2.0 JsonSchema.Parser.ParserBehaviour behaviour View Source
Describes the functions needed to implement a parser for a JSON schema node.
Link to this section Summary
Link to this section Callbacks
Link to this callback
parse(arg0, arg1, arg2, arg3, arg4)
View Source
parse( JsonSchema.Types.schemaNode(), URI.t(), URI.t() | nil, URI.t(), String.t() ) :: JsonSchema.Parser.ParserResult.t()