É que os tudo que é referente ao mesmo item deve estar dentro do mesmo objeto daquele equipamento, assim que funciona a uma estrutura json
@leandrofeder wrote:
É que os tudo que é referente ao mesmo item deve estar dentro do mesmo objeto daquele equipamento, assim que funciona a uma estrutura json
Translated with deepl:
It's just that everything that refers to the same item must be inside the same object of that equipment, that's how a json structure works.
You wrote about 'how remove the duplicates of my JSON'. But I don't see any duplicates.
What is your expected JSON structure?
Do you want something like: EQ1 { TCP { 1{}, 2{}, 3{} } }, EQ2 { TCP { 1{}, 2{}, 3{} } } ?
I'm sorry for my bad English, but that's exactly what I need
EQ1 { TCP { 1{}, 2{}, 3{} } }, EQ2 { TCP { 1{}, 2{}, 3{} } }
Could you help me with this?
I do not use JSONText in this way usually, but this would get you there without having to define the cluster.
Defining the cluster seems comparatively easier, if it is fixed.
Thank you so much, work's perfectly