Function loadManyArray

Utility method which loads many of a model T off of a fast JSON object. Returns an array of model T objects.

Prototype

T[] loadManyArray(T)(
  Client client,
  ref JSON obj
);