You can use already existing parsing libraries (like rex_hash, Array, or possibly the dictionary object).
Look at rex's hash table thread for examples on how to use rex_hash to parse JSON.
Your local storage keys can be in any form (of string).
It is exactly like other languages. For example, in Java Google's Gson library is almost exactly like rex_hash is for Construct.