Format and Validate Config JSON Files

Your files never leave your browser. All processing happens client-side via WebAssembly.

Configuration files like package.json, tsconfig.json, and ESLint configs need to be valid JSON. PDFJolt validates your config file and highlights syntax errors with line numbers and descriptions.

Paste your config JSON to format it with consistent indentation. Fix comma errors, missing brackets, and encoding issues before they cause build failures or deployment problems.

Output
Formatted output will appear here...