Why WordPress choose data serialization over json_encode?
In my little age with WordPress, I’ve seen WordPress itself and its friendly plugins are using PHP serialize() in storing data into db in many cases. But in a recent search I found a serious community support for the json_encode() over the serialize().