I created a json object using the json_encode PHP function. The key of one of the elements in the array continues to slashes, and the resulting JSON object looks like it is displayed in the Chrome console.
Object contact/allow_anonymous: "0" menulayout: "horizontal" pages/max_pages: "10" primarycolour: "329e95" websitelogo: "text"
My problem is that I cannot access the value of the properties that have a slash in them.
Any ideas? Since javascript allowed me to create a json object, I would suggest that there is a way to get the values.
thanks
Gabriel spiteri
source share