I'm gleaning from the docs and forum posts that a KVS can hold a Map without issues and no special handling.
So, how do I retrieve the string array value from a map stored in a KVS?
The attached project builds a KVS with two maps inside of it, each with String keys and String() values.
On the first run, it creates a new KVS with two maps. On subsequent runs, it opens the KVS.
I cannot figure out how to retrieve back the String() values from the keys, even on the first run.
Any help is very much appreciated!
So, how do I retrieve the string array value from a map stored in a KVS?
The attached project builds a KVS with two maps inside of it, each with String keys and String() values.
On the first run, it creates a new KVS with two maps. On subsequent runs, it opens the KVS.
I cannot figure out how to retrieve back the String() values from the keys, even on the first run.
Any help is very much appreciated!