JSON Parser Plugin Changelog

What's new in JSON Parser Plugin 1.2

Nov 29, 2014
  • GetSourceFormatted function now returns its result with the encoding defined as UTF8 instead of undefined encoding.
  • GetSourceRaw function now returns its result with the encoding defined as UTF8 instead of undefined encoding.
  • Is now linked against much newer version of libjson.

New in JSON Parser Plugin 1.1 (Jan 20, 2014)

  • Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK.
  • Plugin segments come code signed on MacOS X systems.
  • Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.
  • Fixed the plugin to work with more modern Linux distros.
  • Added 2 Pop functions to the JSONNode class.
  • Added 2 Remove methods to the JSONNode class.
  • Added Comment property to the JSONNode class.