Empty <JSON> versus null

Issue #119 resolved
James Powell repo owner created an issue

Some <JSON> outputs will return empty, which is not a valid JSON value and can mess up further operations. For example:

Consider either always returning valid JSON (so a null) or have a input empty string either become null, or be treated different (such as being dropped).

Comments (2)

  1. James Powell reporter

    Actually, this is a bug. SubVI “Make empty strings null” workes on any whitespace, but not on empty string!

  2. Log in to comment