aklump/collection_json

Php objects for working with hypermedia Collection+JSON (http://amundsen.com/media-types/)

0.9.1 2023-01-25 04:51 UTC

This package is auto-updated.

Last update: 2024-02-25 07:07:23 UTC


README

Creating objects from JSON strings

The key method will be \AKlump\Http\CollectionJson\CollectionBase::import, which converts JSON strings into the appropriate object based on it's format.

You can also create a Collection object from json using Collection->setContent().

Converting objects to JSON

Cast any object to string to get it's JSON equivalent.

Converting from Collection+JSON to JSON

Take a look at the class CollectionJsonToJson.