JSON (JavaScript Object Notation) Please refer https://en.wikipedia.org/wiki/JSON for more details about JSON
JsonMatrix is an initiative by www.catalizent.com to help developers and testers to view and organize JSON string. JsonMatrix provides tabbed look and feel to help the users to organize multiple JSON files in single browser window. We leverage local storage and cloud storage to provide a best user experience to store and retrieve data.
JSON Text View: The top panel provides the textual view of JSON, it help in formating the JSON to a desired indent. It does a generic validation of JSON to ensure the content is in line with JSON specification.
JSON Table View: A unique and distinct perspective to view JSON string in table, it provide a easy access to data and get a holistic view of small json file in a page. JSON Table View also automatically regonize the array with objects and list them in a tabluler fomat for ease of reading Table view panel provides a unique tabuler view of the JSON, it give a perspective to the user to visualize the JSON in a nested table view. The header of the column provides a tooltip to identify the full key from the root of the object.
JSON Tree View: Tree view panel provides a unique tree view of the JSON, it give a perspective to the user to visualize the JSON in a nested table view. Every node in the tree will also show the full key from the root of the object. Show the full key helps developers and testers to use the reference of the respective element in their coding.