JSONize your PHP classes using traits
I was having a discussion with a colleague regarding how to add generic JSON based representation to a number of classes without making a big effort. The immediate solution that came in my mind is to use the Traits for it (introduced in PHP 5.4).
So ...
phpfour.hashnode.dev1 min read