I need something that simulates JSON responses for me. Some time ago I had seen a site that did the following:
- You pass parameters by a URL, eg
?nome=Wesley&idade=21
-
I got the call in the JSON object like this:
{ nome:"Wesley", idade : 21 }
But I can not find it, what would something similar do?