Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.
/ jsonsh Public archive

JSON Syntax Highlight & Format ( source code for jsonsh.com )

Notifications You must be signed in to change notification settings

manifestinteractive/jsonsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Syntax Highlight & Format

JSON Syntax Highlight & Format

This is the source code for the website: jsonsh.com

The JSON Syntax Highlighter will decompress your compressed JSON, as well as show you a color syntaxt highted versions of your newly formatted code.

Use the following sample of some compressed JSON to get an idea of what your output will look like.

{"name":"Product","properties":{"id":{"type":"number","description":"Product identifier","required":true},"name":{"type":"string","description":"Name of the product","required":true},"price":{"type":"number","minimum":0,"required":true},"tags":{"type":"array","items":{"type":"string"}},"stock":{"type":"object","properties":{"warehouse":{"type":"number"},"retail":{"type":"number"}}}}}

To improve your productivity, now you can get the compressed JSON from a service.

Try to put an Api url in the input text!

Buy Me Coffee

About

JSON Syntax Highlight & Format ( source code for jsonsh.com )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published