Posts by JulioOtero • 1 point
2 posts
-
0
votes2
answers114
viewsA: error in reading JSON
"solved" my problem, instead of interpreting json as json I used split, because a json "is" a txt... worked the logic behind it is : Have you identified a person? how many % ? If identified lights a…
-
0
votes2
answers114
viewsQ: error in reading JSON
I have a code to read Json, in my test environment it works 100%, but when I change to read another Json with other parameters it accuses Unexpected token COLON(:) at position 45. at…