How to get value from Encode json data on php pages – Jquery
I try to take object from my controller, when I console.log(response) it show the value correctly which is in [ { "itemValue":100, "itemUnit":"2" } ] unfortunately I try to use the object like response.itemValue when I console it show undefined.…