PHP Serialize/Unserialize
Turn JSON into a PHP serialized string, or a serialized string back into JSON. This is the one tool here that runs on the server, because it uses PHP's own serialize().
Result
Turn JSON into a PHP serialized string, or a serialized string back into JSON. This is the one tool here that runs on the server, because it uses PHP's own serialize().