Jump to content

Leandro Feder

Members
  • Posts

    2
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2022
  • Since
    2023

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Leandro Feder's Achievements

Newbie

Newbie (1/14)

  • Reacting Well Rare
  • First Post Rare
  • Conversation Starter Rare
  • One Month Later
  • Week One Done

Recent Badges

0

Reputation

  1. I create a VI to do that, but i'm not getting success My actual structure is on this formact: {"EQ1": { "TCP": { "1": {}, {"EQ1": { "TCP": { "2": {}, {"EQ1": { "TCP": { "3"{} } }, "EQ2": { "TCP": { "1":{}, "EQ2": { "TCP": { "2":{}, "EQ2": { "TCP": { "3":{} } } I'm trying to do the folowing thing (the correct structure for json): {"EQ1": { "TCP": { "1": {}, "2": {}, "3"{} } }, "EQ2": { "TCP": { "1":{}, "2":{}, "3":{} } } Could you help me assemble my json into this structure? BuildJSONtoForum.vi
  2. Hello I need to create a json in the following structure: { "Value1": { "Build": { "1": { "t_inst": { "Type": "Gold", "Key": "15", "size": "big" }, "1_avg": { "Type": "Green", "Key": "11", "size": "big" }, "2_avg": { "Type": "Blue", "Key": "21", "size": "big" } }, "2": { "t_inst": { "Type": "Gold", "Key": "15", "size": "big" }, "1_avg": { "Type": "Green", "Key": "11", "size": "big" }, "2_avg": { "Type": "Blue", "Key": "21", "size": "big" } } } }, "Value2": { "Build": { "1": { "t_inst": { "Type": "Grey", "Key": "22", "size": "small" }, "1_avg": { "Type": "Yellow", "Key": "8", "size": "big" }, "2_avg": { "Type": "Blue", "Key": "21", "size": "big" } } } } } I've searched several forums, but none I've seen have as many layers as I need. Could someone help me?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.