This is my JSON
object:
[{\"tablevalue\":\"5\",\"$$hashKey\":\"object:82\"},{\"tablevalue\":\"11\",\"$$hashKey\":\"object:87\"}]
The JSON
object is an array from AngularJS converted into JSON
using JSON.stringify
.
When I decode it using json_decode()
in PHP it returns null
.