# JSON Formatter > Format and validate JSON data. Page: https://askcalculators.com/calculator/json-formatter/ Definition: https://askcalculators.com/calculator/json-formatter/definition.json JSON Schema: https://askcalculators.com/calculator/json-formatter/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/json-formatter/?input=%7B%22name%22%3A+%22OmniCalc%22%2C+%22type%22%3A+%22Pro%22%7D ## Inputs - input: Input; type=text; optional; default={"name": "OmniCalc", "type": "Pro"} ## Outputs - result: Result; format=text; primary ## Formula Input is parsed as JSON and serialized with the selected indentation; minify removes insignificant whitespace. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.