What are the advantages and disadvantages of storing JSON data in MySQL database vs. serialized array?
What are the advantages and disadvantages of storing JSON data in MySQL database vs. serialized array?
atm, json_encode() works only with UTF-8 encoded data.. therefore, it cannot encode characters such as "ñ", else it returns NULL