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

  1. Copy the value from your wp_options table or post meta.
  2. Paste it into the left box.
  3. Click Decode Data.
  4. View the structured JSON on the right.
Serialized PHP String
Decoded JSON View
Loading...