Can Route send json array as individual json objects?

I want to send json Arrays from my Device but have Hologram send them as separate json objects to my App via a route.

Can (How) this be done?

The reason is because I want to lower cost (the overhead for each transmission is currently much larger than the data packet of 16 bytes). Also, my app can only handle a single json object at a time.