Jump to content

Thomas Pedot

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Thomas Pedot

  1. Hello,

    I m having difficulties with Lava JSON API lib. I'm not good at Labview but if you can help me. I don't see a documentation or a small exemple.

    My REST API return me this kind of string :

    [
        {
            "id": "Cartographie",
            "records": [
                "20190801-162634"
            ],
            "name": "Cartographie",
            "description": "",
            "lft": 1,
            "rght": 2,
            "tree_id": 3,
            "level": 0,
            "parent": null
        },
        {
            "id": "Cyclage endurance",
            "records": [
                "20190909-140001",
                "20190703-100000",
                "20190603-110704"
            ],
            "name": "Cyclage endurance",
            "description": "Some descriptions",
            "lft": 1,
            "rght": 2,
            "tree_id": 4,
            "level": 0,
            "parent": null
        }
    ]
    

     

    I need to make an array of ids or names.

    How would you do that easily ?

     

     

×
×
  • Create New...

Important Information

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