Pergunta

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?

Foi útil?

Solução

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 .

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top