See: Description
Class | Description |
---|---|
JSONSymbol |
An abstracted symbol used in JSON documents learning and validation.
|
PairSourceToReached<L> |
A pair of two locations such that it is possible to go from the first to the
second.
|
ValidationByAutomaton<L> |
An automaton-like object that checks whether a JSON document satisfies a JSON
schema using an automaton, no matter the key-value pairs order.
|
ValidationState<L> |
The current state in an execution of
ValidationByAutomaton . |
WordConversion |
Utility functions to convert a word of JSON symbols to a regular string, and
vice-versa.
|
The class ValidationByAutomaton
implements the validation algorithm.
Copyright © 2022. All rights reserved.