JsonResult
Defined in: asset/AssetLoader.ts:92
A data asset’s parsed document. T is the caller’s claim about the file’s
shape — the loader parses, it does not validate, so a wrong claim is a wrong
claim about untyped JSON exactly as JSON.parse would give.
Type Parameters
Section titled “Type Parameters”T = unknown
Properties
Section titled “Properties”data:
T
Defined in: asset/AssetLoader.ts:93