|
|
|
|
|
by ars
4109 days ago
|
|
Even AJAX sites do not typically send all data back as JSON. Most of the time they use normal form-urlencoded data. If you did send everything as JSON you would be bypassing everything PHP does with form/url data to make things easier for you (for example arrays). That doesn't seem like a good engineering tradeoff. |
|