Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@jimkring jimkring released this 18 Aug 01:40
· 4 commits to main since this release
adb2c1d

Noteworthy Items

  • JSON parsing errors now show the line number and point to the specific column where the error occurred
  • Added a new utility VI for appending the JSON File Path/URL to error messages
  • Simplified Functions palette organization by moving utilities into their own sub-palette

Details

  • Enhancement: If deserialize error occurs, point to first syntax error in error description #41
  • Enhancement: Add subVI for easily inserting the Source Path or URL of the JSON into the error description #39
  • Fix: Marked Get UTC Offset.vi as source only (separate compiled code from VI source)
  • Enhancement: Moved utility VIs into a subpalette (named JKI JSON Utilities)
  • Renamed error in (no error) to no error for public VIs
  • New: Example VI calls an HTTP REST API to get current time as JSON and convert to LabVIEW data. Also shows how to use new error handling VI to append the JSON file's URL to an error message, should an error occur.

New Contributors

Full Changelog: v2.0.0...v2.1.0