Spot the difference
Can you spot the difference between these two json objects? I’ll give you £100 if you can. I literally will.
{
“id”: 1,
“date”: “11/24/2012”,
“topImg”: “/img/dates/1.jpg”,
“articleImg”: “/img/articleImg/1.jpg”,
“question”: “What is the Christmas theme in-store this year?”,
“seeAnswer”: “Click here to see the answer!”,
“answer”: “Disney Princess”,
“prizeText”: “Click here to win a Georg Jensen Fusion ring worth nearly £4,500”,
“previousid”: “”,
“nextid”: 2
}
{
“id”: 1,
“date”: “11/24/2012”,
“topImg”: “/img/dates/1.jpg”,
“articleImg”: “/img/articleImg/1.jpg”,
“question”: “What is the Christmas theme in-store this year?”,
“seeAnswer”: “Click here to see the answer!”,
“answer”: “Disney Princess”,
“prizeText”: “Click here to win a Georg Jensen Fusionring worth nearly £4,500”,
“previousid”: “”,
“nextid”: 2
}
Well you’ll be forgiven if you couldn’t see any difference between the two. The reason being after about 300 different deletes and re-pastes it turns out Photoshop adds some invisible characters when copying out of their beautiful program. The problem lies here:
“Click here to win a Georg Jensen Fusionring worth nearly £4,500”
But more specifically between the “nr” in Fusionring…
What the?!