FixInvalidJsonInDb.php
Table of Contents
Classes
- FixInvalidJsonInDb
- Migration 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.