Variant alias type
Source position: fpjson.pp line 55
type TJSONVariant = variant;
TJSONVariant resolves to Variant on native platforms, JSValue in javascript runtimes.