Coder Social home page Coder Social logo

json-viewer's Introduction

JSON-Viewer

Online tool to view ,edit and format JSON Object

It has the flowing feature:

No Cookie and server side processing :

Most of the available tool use cookie and server side processing to formate,store,process JSON document. In some project, where we deal with sensitive client data we should not use this type of tools . We use to face a lot of challenges while developing API based projects. I have not used any cookie or server side processing to process the data. Anyone can freely use this tool in any project. Your data will not travel over the network, instead it will process in side the browser on the fly using JavaScript only. You can verify this by using FireFox in built console's network and storage tab.

Load external JSON file :

You can load any JSON file from your disk and also the file will not get uploaded into the server. It will get processed only in browser using JavaScript.

Save loaded JSON file into disk :

You can download/save the JSON as file into your disk by one click only.

Different view in a single Editor :

You can view your data in different mode in a single editor window by clicking the navigation or changing the mode drop-down menu. In the same editor window you can alter the object manually in code editor mode or using object editor in Tree view.

Please note : It is developed using the flowing open source frameworks: AJV, Bootstrap, jQuery, Editor, Ace

json-viewer's People

Contributors

rahulmukherjee85 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.