Multiple Array Controllers

Is it feasible to have multiple array controllers?

I ask because the app i’m working on has one record that is hard-coded into the app, but i’m doing a query against a remote server that returns a bunch of JSON data that would work well in an array controller as well, but I’m not sure if I can have multiple array controllers.

If not, I can manually parse things out, I’d just rather not if I don’t have to.

Sure – you can have as many as you need. They’re just other instances of a class.