WP Serialized Data Viewer
Decode complex serialized strings from WordPress databases into readable JSON.
About WordPress Serialization
WordPress often stores complex data (arrays, objects) in the database as Serialized Strings. This viewer decodes them into readable JSON for troubleshooting and migrations.
How to use
- Copy the value from your
wp_optionstable or post meta. - Paste it into the left box.
- Click Decode Data.
- View the structured JSON on the right.
Serialized PHP String
Decoded JSON View
Loading...