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