How can I append a hash table. I have two tables one that has the loaded ajax call and another that's the stored table. As I want to check the server every few mins for updates and push them into the stored table.
I have tried to use the merge but that's not giving me the correct results as it overwrites current keys rather than appending them.
Also tried to use set value and ussing itemkeycount to get last root key and set value from loaded hash table but I get \ in the json.