[Solved] How can i decode data from JSON.stringify
[ad_1] Your problem is the invalid JSON text. I’ve made an attempt to fix the json. Be aware, it’s ugly. Very ugly! So, having this as input: $a=”{“LinkedIn /*trimmed data to fit this format*/ Recruiting”}]}”; // you use $a = $_POST[‘LiRecData’]; What I did was try to reconstruct the JSON based on some (few) existing/correct … Read more