Hi,
I have two json and I would like to test if they are equal without knowing their attribute name? How can I automatize it using either a transformer or python caller?
_result= l{"attributes":{"OBJECTID":objectid, "ATTRIBUTE1": A1 , "ATTRIBUTE2": A2 , "ATTRIBUTE3": A3,"ATTRIBUTE4": A4, ... ,"ATTRIBUTEN": AN}}]
_result if the generic syntax of my json document.
Thanks
@takashi