Question

I am trying to parse some JSON output from a web service using yahoo pipes and whenever I try to use a { in the string tokenizer it breaks the pipe.

Is it a protected/special character or something?

Was it helpful?

Solution

Well, figures as soon as I post this I figure it out.

For some reason { is a special character where } is not.

In order to use { I prefixed it with .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top