1) json_encode will produce a smaller string and is easy to read.
2) JSON is more portable. json is easily understandable by Javascript as well
3) JSON will have no memory of what the object’s original class was (they are always restored as instances of stdClass).