I had a similar concern for saving data for player’s houses in my game. I ended up using a compression algorithm that would take the Encoded JSON string of the array and compressing it.
Here’s the post I used to get started:
It can make your strings around 3x shorter if they have a lot of repetitive patterns