FindJsonArrayItem

Hi everyone,

I'm trying to work on Architect with a complexe object.
I have Contracts, and for each contract, Operations, OperationImp, OperationASV,...
Ex : { "sSensOpe":"D","sTypeOpe":"001","deMontant":14321,43,"dtImputation":"241023"}

So if i use Collections, i will have 33 Collections...
So i'm trying to work with Json Object and until now, no problem to create and manipulate it.

But to use it, i would need, if customer chose Menu 2 for example, to read all Operations with a 'TypeOpe' Value 'CHQ'. So i have tried "FindJsonArrayItem".
But do not understand that function, it seems that i need to indicate the FULL object to find it.
For example, i can"t search only with : {"sTypeOpe":"CHQ"}

So i'm a bit confused, what is the purpose of a function to look for something that you already have ?

Some people have already work with Json on Architect ?
Thank you all

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.