If you encounter the problem “Call to undefined function json_encode()” in php with Ubuntu 13.10 you can simple run

sudo apt-get install php5-json

and restart apache

By admin