Fix formatters and make it smarter
- Fix formatter format fails with error
TypeError : Argument 2 passed to Zend\ServiceManager\AbstractPluginManager::get() must be of the type array or null
- Correct string to bool conversion (
'false' => false
) - Support for array to string conversion (convert it to json).