Split by JSON not accepting '

When I try to do this:
image
It works. But my external application returns JSON with a ' not the ".
So then this happens:
image

You used the ' token, so I'm not surprised why
you have a error :confused:

I know. I'm asking if there is a way to bypass this.

But is the difference between " and '

No. I don't think you understand. Because my external application only returns JSON with the '. So when I try to convert it to a list in Snap! with the split block, I get that error.

Just do this:
untitled script pic (12)

untitled script pic (11)

Unfortunately it is not returning valid JSON - JSON requires the use of "

@joan_paneque solution is a reasonable way of dealing with it

Thanks. @joan_paneque You too!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.