Skip to content
youknowone edited this page Sep 19, 2012 · 2 revisions

VisualJSON 1.2 Document

About VisualJSON

VisualJSON is simple, pretty JSON viewer for OS X

You can input URL, local file path or raw JSON text. You will see tree or indented text as output.

Case study - basic

I want to see URL from http or https

Paste the address to "Address" field. Use http://hangulize.org/langs to test.

I want to see local file

Paste the local path to "Address" field. As like /Users/user1/Documents/file.json (Hey, this is my file! Don't copy & paste this!).

I want to copy and paste one

Paste your json on "Content" field. Use {"visual":"json"} as example.

Case study - advanced

I want to send data as 'POST' method

Select method 'POST'. For 'PUT' or 'DELETE', do it. Fill "Query Data" field as your data.

I think "Query Data" field is complicated

Click "Show Details" button. You can see a table view to edit it.

I want to fix http header

Click "Show Details" button. You can see a table view to edit it.

I want to send file data

Not supported yet.