Say I have a string of JSON formatted data that is private. As a hypothetical example we can say that it includes the names, phone numbers, social security numbers and credit card numbers for my top 10 customers (not really).
I need to view this data in a readable format. There are many many websites out there that can help me. But I have to give them the data (bad).
Is there a way to get JSON data formatted like what the various websites do without having to give my data to a website?
Here you can download JSON Viewer from CodePlex.
http://jsonviewer.codeplex.com/
It is an EXE file.
Or, you can use a Json Viewer Plugin for Notepad++