problem is that when they get passed, they are received as
object[] args
object[] args
the username remains a string type, but the arrays become
newtonsoft.json.linq.jarray
newtonsoft.json.linq.jarray
, and i can't find a version of this plugin which is compatible with .net core 3.1 If you can help me either find a version for the newtonsoft which works, or help me get my arrays into my clientside handler, thank you!