Open Lighting Architecture
0.9.6
|
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. |
|
static |
Parse a string and return a new schema.