Skip to content

FreeAgentStore/json-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Formatter

Paste JSON — format, minify, validate, query, diff. Syntax highlighting, tree view, error pinpointing. Pure JS, instant.

Part of FreeAgentStore — AI tools that run free in your browser.

Install

npm install @freeagentstore/json-formatter

Usage

export { formatJson, minifyJson, validateJson, queryJson, diffJson, jsonToTypes, getJsonStats, highlightJson } from "@freeagentstore/json-formatter";

ESM (zero install)

<script type="module">
  import { ... } from 'https://freeagentstore.online/pkg/json-formatter/index.js'
</script>

Try it

Open sandbox on FreeAgentStore

License

MIT

About

Paste JSON — format, minify, validate, query, diff. Syntax highlighting, tree view, error pinpointing. Pure JS, instant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors