I have some very odd issue,
I'm trying to parse some json string with php, string is in array, and if I use simple
json_decode($my_array[0],true)
it doesn't work, but, if I just copy a string from var_dump($my_array) and try to decode it works 100% ok.
Any ideas what could be wrong ?
Json string:
{"mode":"view","pid":"243","documentId":"193"}
0is something, not nothing.