News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Jason, let me help you!
June 04, 2010 @ 10:02:15

In a new post to his blog Johannes Schluter looks at a helpful new inclusion into the latest versions of the PHP trunk - a new JSON serialization interface included in the core.

For many PHP objects the JSON-representation of the data is a bit more complex.for instance what about private properties or maybe you want to calculate some inner values? - In PHP 5.3 you were on your own. but thanks to Sara there's hope in sight: the new interface JsonSerializable. Classes implementing this interface have to provide a method jsonSerialize() which will be called by json_encode() and has to return a JSON-compatible representation of the data by doing whatever you want.

He gives two examples of this new feature in action - a simple one that just spits out some basic JSON as a result of the output of a class and the other that's a bit more technical, involving multiple class isntances, a stdClass and a normal array.

1 comment voice your opinion now!
json jsonserializable encode interface implements


blog comments powered by Disqus

Similar Posts

Charlie Key's Blog: Transmitting data between Flex and PHP using JSON

Johannes Schluter's Blog: Jason, let me help you!

Harry Roberts' Blog: Flexible PHP Interfaces

Enrise.com: REST Style Context Switching - Part 2

Johannes Schluter's Blog: Jason, let me help you!


Community Events











Don't see your event here?
Let us know!


usergroup language zendframework2 series interview database testing podcast introduction opinion phpunit functional conference framework community symfony2 development release rest example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework