I have a JSON file that contains hashes and I don't know what what used to serialize it. Any solution in Python/R/Ruby/Java that could decode the hashes?
A sample of the file is,
browserWindowSize {'width': '00409424d52c3a1a30e98cd1cd91638a', 'height': '58b6027d6f7d57e6f62e28fda6ccbb3b'}
and
dashboardview {'id': '11daa4e390db3055eadebfdd80d0e8f8'}
any suggestions how to extract the information from this?
If it is of any help the complete file format is a mixture of tab separated file and JSON.