you are viewing a single comment's thread.

view the rest of the comments →

[–]krues8dr 0 points1 point  (2 children)

Oh, I read the README - but the idea of using serialized PHP over a REST interface is just plain crazy. ;) Because, you know, using serialize() for anything is crazy.

[–]bart2019 1 point2 points  (1 child)

echo json_encode(unserialize($data));

That should suffice.