Skip to content

sky2826/JsonViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsonViewer

Convert JSON Strings to a Friendly Readable Format.

Check here

https://frosty-noether-856948.netlify.app/

Technology

React,Javascript,HTML,CSS,Ace editor

How to use?

Enter the valid json, it will get deisplayed beautifully with color coding for different types, expand and collapse feature to analyze the JSON.

Valid JSON data

A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value. Valid = {"key":"value"} Invalid = {key:"value"}

Example

image

Notes

Currently working for Big screen(Laptop/Desktop), will adding support for small screens, drop any suggestions @ [email protected]

Releases

No releases published

Packages

No packages published