JsonQL.Compilation.ICompiledJsonData
JsonQL.Compilation.ICompiledJsonData stores data on single evaluated JSON file that uses JsonQL expressions (file might not have any JsonQL expressions as well).
JsonQL.Compilation.ICompiledJsonData has properties TextIdentifier and CompiledParsedValue (among others).
Property TextIdentifier in stores parsed file identifier.
Property CompiledParsedValue is of type JsonQL.JsonObjects.IRootParsedValue and stores the compiled JSON structure after applying all JsonQL expressions.
See JsonQL.JsonObjects.IRootParsedValue to learn more about this interface.