Query Result Data Structure: JsonQL.Query.IJsonValueQueryResult

The result of executing a query using one of the overloaded methods QueryJsonValue in interface JsonQL.Query.IQueryManager is stored in an instance of JsonQL.Query.IJsonValueQueryResult.cs. - The property CompilationErrors is a list of items of type JsonQL.Compilation.ICompilationErrorItem stores the data about errors in a query or JSON files used by the query. - If the query succeeds, the property ParsedValue of type JsonQL.JsonObjects.IParsedValue stores the resulted value as a JSON structure. The value might be null if there are errors.

Note

See JsonQL.JsonObjects.IParsedValue for more details on the structure of