composer package updates
[openemr.git] / vendor / nesbot / carbon / src / JsonSerializable.php
blobb678e736c2aef9da4717fcceb132408360506941
1 <?php
3 interface JsonSerializable
5 /**
6 * Specify data which should be serialized to JSON.
8 * @link http://php.net/manual/en/jsonserializable.jsonserialize.php
10 * @return mixed data which can be serialized by <b>json_encode</b>,
11 * which is a value of any type other than a resource.
13 * @since 5.4.0
15 public function jsonSerialize();