Is it possible to declare nested arrays as Parameters?

Not sure if it’s possible to pass a list of lists — last time I needed it in my Formula Tables pack I worked around that limitation with a special idiom (wrapping in an object and adding a top-level item into the list of lists), receiving the parameter as String, and JSON.parse()-ing and unwrapping it in the pack.