How to parse JSON into columns?

One of the columns in the table has a JSON field with the structure like this:
{
“foo”: “foo”,
“bar”: “bar”
}
I need to display the foo & bar fields in separate columns, how can I do this?

1 Like

Hey Ben,
Nice to meet you there!

Take a look, please: Computed Columns - User Guide

Let me know it was helpful :slightly_smiling_face:

1 Like