It would be really helpful to have a data type for plain JavaScript object.
On my plugin (Colyseus) I'm using the "variadic" type to allow multiple options, but my scenario it would be ideal to have multiple options with custom names. (like x=1, y=2, z=3)
I had to parse the data later, and the usage is not intuitive. The user should then enter the name of the option, "=", and the value. Using strings.
Are there any plans to support more data types? Cheers!