AnyJSONValue
AnyJSONValue =
null|boolean|number|string|AnyJSONValue[] | {[key:string]:AnyJSONValue; }
Defined in: namespaces-core-plugins.ts:23
Any JSON-serializable value crossing the JS ⇄ Swift bridge.
AnyJSONValue =
null|boolean|number|string|AnyJSONValue[] | {[key:string]:AnyJSONValue; }
Defined in: namespaces-core-plugins.ts:23
Any JSON-serializable value crossing the JS ⇄ Swift bridge.