Provide a "Make JSON Object.vi" that supports a single item input.

Issue #50 new
Michael Aivaliotis created an issue

This VI only supports array inputs which makes it slightly tedious when you just need to make a single object. You always need to build an array first. Unless there’s a VI buried somewhere I haven’t seen.

Comments (4)

  1. James Powell repo owner

    Can you tell me a bit about your use case? I can't recall personally ever needing a single-item object.

    Another option is to use Set on an empty object, but I don't know if that is any more convenient.

  2. Michael Aivaliotis reporter

    See attached image of one such use case, I’m using now. It’s not a huge deal but also don’t know why it wouldn’t be part of the tool.

  3. Log in to comment