Visual JSON Changelog

What's new in Visual JSON 1.6.0

Sep 7, 2013
  • Option to allow self-signed or invalid SSL certificates
  • Allow responses without status code 200

New in Visual JSON 1.5.1 (Aug 21, 2013)

  • Fix `null` representation `` to `null`
  • Fix empty dictionary representation `}` to `{}`

New in Visual JSON 1.5 (Jul 31, 2013)

  • Replace newline character to recognizable character in tree view
  • Add preference

New in Visual JSON 1.4.1 (Jun 18, 2013)

  • Fix printing

New in Visual JSON 1.4 (Mar 19, 2013)

  • Show number values as their original type:
  • Before:
  • false -> 0
  • 1.0 -> 1
  • After:
  • true -> true
  • 1.0 -> 1.0

New in Visual JSON 1.3.0 (Dec 4, 2012)

  • History combobox

New in Visual JSON 1.2.2 (Nov 15, 2012)

  • Fix header editing table.

New in Visual JSON 1.2.1 (Oct 30, 2012)

  • Asynchronized fetching
  • New Icon

New in Visual JSON 1.2 (Oct 12, 2012)

  • Fluent header/querydata configuration

New in Visual JSON 1.1.1 (Jul 6, 2012)

  • Add issue report menu

New in Visual JSON 1.1 (Jun 22, 2012)

  • Multiple windows
  • Save - Open
  • Faster, More stable

New in Visual JSON 1.0.3 (Jun 13, 2012)

  • Print zero-length containers as valid form

New in Visual JSON 1.0.2 (May 23, 2012)

  • Do not append trailing comma to list/dictionary items

New in Visual JSON 1.0.1 (Jan 13, 2012)

  • Set HTTP header both 'Accept: application/json' and 'Content-Type: application/json'