Open Lighting Architecture
Latest Git
|
A JsonHandlerInterface implementation that builds a parse tree.
Public Member Functions | |
std::string | SchemaURI () const |
bool | IsValid (const JsonValue &value) |
Validate a JsonValue against this schema. | |
const JsonObject * | AsJson () const |
Return the schema as Json. | |
Static Public Member Functions | |
static JsonSchema * | FromString (const std::string &schema_string, std::string *error) |
Parse a string and return a new schema. More... | |
|
static |
Parse a string and return a new schema.