* @license MIT, http://flightphp.com/license */ interface JsonSerializable { public function jsonSerialize(); }