Raw.JsonObjectValue
Json key: value pair
jsonObjectValue#c0de1bd9 key:string value:JSONValue = JSONObjectValue;
export namespace Raw {
export class JsonObjectValue {
constructor(params: { key: string; value: Raw.TypeJSONValue }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc0de1bd9
Property
key
: stringKey
value
: Raw.TypeJSONValueValue