json_schema v0.3.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(arg1, arg2, arg3, arg4, arg5)
View Sourceparse( JsonSchema.Types.schemaNode(), URI.t(), URI.t() | nil, URI.t(), String.t() ) :: JsonSchema.Parser.ParserResult.t()