How to only name

I believe the problem is that this is not a valid json format ( you can validate your json here - https://jsonformatter.curiousconcept.com/)

So what I did was to replace “ and ” with " in order to have a valid json and then used dictionary blocks and @Mohamed_Tamer 's extension that parses json to dictionary. Hope that helps

2 Likes