JsonQL.JsonObjects.IRootParsedValue
- The interface JsonQL.JsonObjects.IRootParsedValue stores loaded parsed JSON file data and extends interface JsonQL.JsonObjects.IParsedValue.
Note
See JsonQL.JsonObjects.IParsedValue to learn more about this interface.
- An instance of JsonQL.JsonObjects.IRootParsedValue is allways one of the following interfaces:
JsonQL.JsonObjects.IRootParsedJson: Stores the entire parsed JSON file data if root object in JSON file is a JSON object enclosed that starts and ends with ‘{‘ and ‘}’ braces.
JsonQL.JsonObjects.IRootParsedArrayValue: Stores the entire parsed JSON file data if root object in JSON file is a JSON array object that starts and ends with ‘[‘ and ‘]’ braces.