Hi there - How is it possible to parse (convert string into object with keys) in airtable scripting?
Here is some sample string text:
{
a: 'somestring',
b: 42,
c: false
},{
a: 'somethine else',
b: 10,
c: true}
The output should be two objects with three keys