RFC: JsonSerializable New Interface method Proposal
Project Governance
Author
Dean Eigenmann
JSON in php currently supports the Serialization of objects using the \JsonSerializable interface. However it does not support the unserialization of JSON strin...