after decrypting i getting json data now how to store that data in to database(json) how to deserilize
data is in decryptkeydynamic now how to make it i9n entity
You can use JSON Deserialize wighet to do the same
Hello Pydisett,
OutSystems provides a widget that deserializes JSON, called JSON Deserialize, which takes a JSON and transformed it into your desired entity/structure, as long as the key: value pairs match.
This should fix your issue :)
Hope it helps!
Paulo Rosário
i tried it but getting values null
Hi your JSON is an array (of 1), so your Data Type property on the JSONDeserialize shoud be Employee List instead of Employee