20
Views
4
Comments
Solved
deserilize
Application Type
Reactive

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

2024-09-04 05-41-42
Pratap Singh Naruka
Solution

 You can use JSON Deserialize wighet to do the same

2023-03-16 16-29-51
Paulo Rosário

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

UserImage.jpg
Pydisetti sai

i tried it but getting values null

2024-09-04 05-41-42
Pratap Singh Naruka

Hi 

your JSON is an array (of 1), so your Data Type property on the JSONDeserialize shoud be Employee List instead of Employee

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.