I have a json-like string:
'{"a":"b","c":"d"}'
I want to be able to query it in alasql like json, ie something like column->a. How do I do that?
a. How do I do that?" /> a. How do I do that?" /> a. How do I do that?"/>
I have a json-like string:
'{"a":"b","c":"d"}'
I want to be able to query it in alasql like json, ie something like column->a. How do I do that?
you can convert json-like string to array of object and use
JSON.parse. For example