I am getting a big chunk of Json-like data from a web service. The data has the same format as Json except:
- The name identifier is not in quotes.
- The value is in single quotes.
A sample would be:
[{ID:0,N:'3ergy',SIP:'',NC:'502',R:'',....
Is this a well-known format? Is there a Python tool that can convert it to a list?