Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manifestinteractive/jsonsh
JSON Syntax Highlight & Format ( source code for jsonsh.com )
https://github.com/manifestinteractive/jsonsh
Last synced: about 3 hours ago
JSON representation
JSON Syntax Highlight & Format ( source code for jsonsh.com )
- Host: GitHub
- URL: https://github.com/manifestinteractive/jsonsh
- Owner: manifestinteractive
- Archived: true
- Created: 2012-04-22T03:44:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T07:30:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T12:18:15.737Z (3 months ago)
- Language: CSS
- Size: 511 KB
- Stars: 36
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - manifestinteractive/jsonsh - JSON Syntax Highlight & Format ( source code for jsonsh.com ) (others)
README
![JSON Syntax Highlight & Format](http://jsonsh.com/img/logo.png)
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](https://peterschmalfeldt.com/buy-me-coffee.png)](https://www.paypal.me/manifestinteractive)