I'm building a internet connected BitCoin app. To watch the ticker info from different bitcoin markets. Everything works. Now I want to send a list of available markets down to the watch to be displayed as a menu. JSON to be sent:
{"markets": ["MtGox", "BitStamp","BTCChina"]}
"markets" is properly keyed in "appinfo.json" so this is not a problem.
How do I access an element (single string) in this array on the Pebble? I've seen examples of accessing ints and strings directly and these work great, are there any good examples of this? I have not found any.