The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2015-05-31

  • Method get_value():
    • Returns undef for a tree node referring to JSON null or to a name/value pair where the value is JSON null (it returned scalar 'null')
  • Tree node rendering:
    • JSON value true is rendered as 'true' (it was rendered as '1')
    • JSON value false is rendered as 'false' (it was rendered as '0')
  • Improved documentation.
  • Improved sample application and added a sample JSON file.

Modules

JSON tree widget