Json Parser Online  ›  Changelog

29/01/2012

Due to a IE limitation (IE9 uses MIME type to determine content type), the CSS file is not anymore gzipped by a PHP script. (Thanks Jon)

12/01/2012

Hide the dropdown menu properly (it was always visible on high resolution screen). (Thanks Chris)

30/08/2011

Unicode escape sequence should use lowercase or uppercase hex digits (e.g. \\u01ea, \\u01EA). (Thanks crazytonyi and Maciej)

03/06/2011

HTML tags in String: fix a bug. (Thanks Jaroslav)

18/05/2011

Json files can be uploaded to Json Parser.
Json forms can be submitted to Json Parser using GET method as well.
Better tree rendering and node collapsing.
Resizable layout.
Parse and Eval panels sync scrolling.

14/12/2010

Json forms can be submitted to Json Parser using POST method (cf. FAQ).
HTML tags in String are displayed as text in Parse and Eval panels.

03/07/2010

Solve an escaping issue. (Thanks Tom)

01/05/2010

Stricter string parse, better escape support.
Collapsible Parse result.
Parse and Eval features can be turned off.

07/12/2009

Add Show JS Array Index and Colorize features.

06/12/2009

Top level object can be an array.

30/11/2009

Parser now supports escaped double quote (\") in string value and in property name.