You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first "item" in the JSON is having it's key trashed. I'm gonna see if I can find the fault and fix it with a PR. But opening this to track as we go
The text was updated successfully, but these errors were encountered:
Consider this:
This results in the "second" call to json_decode to have the first key appended to the last key.
Something like:
With
Being the faulty key.
The first "item" in the JSON is having it's key trashed. I'm gonna see if I can find the fault and fix it with a PR. But opening this to track as we go
The text was updated successfully, but these errors were encountered: