JSON Viewer & Formatter
- Format JSON: Validates and formats the input JSON string with proper indentation and line breaks.
- Beautify Input: Formats the input text with basic JSON-like indentation, without validating its correctness.
- Convert Dict to JSON: Converts a Python dictionary-like string to a valid JSON format, fixing common syntax issues.