Multi Json Formatter READMEThis is the README for extension "Multi Json Formatter". FeaturesJSON multi fragments formatter. Formats selected/all json fragments into text files (.txt) or log files (.log). For example, string like this [2024-03-07 18:16:41] local.INFO: Got synchronization item to execution {"synchronization_item":{"id":504,"class_fqn":"App\\Synchronizers\\Stat\\Test\\Test\\TestClass","class_name":"TestClass"}} will be formatted into [2024-03-07 18:16:41] local.INFO: Got synchronization item to execution { "synchronization_item": { "id": 504, "class_fqn": "App\\Synchronizers\\Stat\\Test\\Test\\TestClass", "class_name": "TestClass" } } RequirementsThis extension has no special requirements or dependencies. Extension SettingsThis extension has no settings. Known IssuesThis extension has no known issues. Release Notes1.0.0Initial release of MultiJsonFormatter extension 1.0.1Fix delete json fragment then format error occurs |