Skip to content

Tips and tricks to work with json format

License

Notifications You must be signed in to change notification settings

cavo789/json_tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON tips

Banner

Tips and tricks to work with json format

Tools

Chrome addon - JSON Formatter

With JSON Formatter , the browser will show a nice JSON tree approach.

Instead of showing RAW data like

RAW

Chrome will automatically display

json_formatter

Nothing to do 😉

Encode

Very straight-forward script for encoding string in JSON: https://github.com/cavo789/json_encode

Linter

A very simple online json beautifier: https://github.com/cavo789/jsonlint

Sort online

Nice online tool for sorting json based on their keys: https://andreruffert.github.io/jsonsort/

About

Tips and tricks to work with json format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published