PHP Serialize

Converts between "JSON"-style serialization of PHP serialize() function and actual JSON.

Properties

Action

Type: List Input
The Action Property

PhpToJson - Indicates that PHP-serialized data should be converted to JSON
JsonToPhp - Indicates that JSON-serialized data should be converted to PHP-style serialized

PhpSerialized

Type: Xml InputOutput
The PhpSerialized Property

JsonSerialized

Type: Xml InputOutput
The JsonSerialized Property

Remarks

The PHP serialize() (http://php.net/manual/en/function.serialize.php) and unserialize() (http://php.net/manual/en/function.unserialize.php) functions are frequently used to persist data in databases (for example WordPress databases).

Use this Node to convert between JSON and serialized data in order to be able to process the data further.