anlutro / php-curl

Simple PHP curl wrapper class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JsonSerializable

anlutro opened this issue · comments

Implementing this interface allows json_encode($response).

Maybe not worth the effort if we want to keep our PHP 5.3 requirement. Bumping to 5.4 would make it a no-brainer to implement.

Dropping it for now.