how to create an structure for importing array of strings rather than array of objects
0
I want to create this type of structure using message definition "delegates": [ "54","43","56" ] But i am able to reach to this type of structure "delegates": [ { "Name": "54" } , { "Name": "43" } ] Please suggest how to create array of strings/Integers without key-value pair
asked
Prince Mehta
1 answers
0
Hi Prince,
You can create this type of structure using json_Structure instead of message definition