Skip to content

How can you deal with PHP serialized data #49

@pajtai

Description

@pajtai

First off, thanks for the awesome tool!

I'm trying to create a configuration file for Wordpress. I saw the JSON type, but WP has a lot of PHP serialized data. Is there any preconfigured way to deal with that, or would it have to be converted to JSON first?

For example how would you deal with an entry something like the following?

a:3:{s:5:"title";s:6:"Author";s:3:"name";s:12:"Bob Bobsocks";s:6:"target";s:0:"";}

Here I'd want to anonymize the name keys.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions