It would be possible to write a JSON_to_map function for ASH, but it's not a perfect fit.
1: JSON doesn't require each object to have the same format, so parsing needs to be careful.
2: JSON doesn't enforce any structure on the keys, and map will overwrite a key-value pair if the key is a...