FixInvalidJsonInDb.php Table of Contents Classes FixInvalidJsonInDbMigration tools can corrupt JSON in database by search & replace domains. For example, the data `["example.com"]` can be transformed to `['example.com']` with invalid single quotes. ×