1
Good afternoon,
have the following string
[{"programa":"teste"},{"programa":"Aprender"},{"programa":"outro teste","indice":"0;1;0"}][{"programa":"Programando 1","indice":"1;2;3"},{"programa":"hostórico","indice":"1;2;2"},{"programa":"análise","indice":"1;2;1"}]
how do I get array through that string?
There’s supposed to be two arrays on this JSON ?
...{"programa":"outro teste","indice":"0;1;0"}][{"programa":"Programando 1","indice":"1;2;3"},...
– Lucas
I actually used the Concat to unite
– Elisangela Carla DE Souza
This string comes from where ? The format was supposed to be JSON ?
– Isac
yes, it would be but as it is the junction ended up getting this format. but I will adjust the formatting. Obg
– Elisangela Carla DE Souza