17
Views
9
Comments
Solved
json
Application Type
Reactive

iam stringfy tha data and encrypt it send to outsytstems iam decrypting it and getting data now i want to deserilize data and save to databasemy data is in decryptkey dynamic in 2nd picture my data is that like  now i want to store in db

2023-04-16 15-25-31
Krishnanand Pathak
Solution

Please make the below changes as provided in the image.
Let me if it works.

2.png
1.png
3.png
2023-04-16 15-25-31
Krishnanand Pathak

Hi Pydisetti sai


Use the below JSON Deserialize and store the data one by one using for each as your data is in list form.


Regards

Krishnanand Pathak



UserImage.jpg
Pydisetti sai

when my data is in this form {"name":satya} inserting successfully when my data is in [ {"name":satya} ] in array it is not inserting how to acheive this see the 288 and 287 in place name

2023-04-16 15-25-31
Krishnanand Pathak

Are you using for each over the list return by  JSON Deserialize to insert data in db.

Regards

Krishnanand Pathak

UserImage.jpg
Pydisetti sai

i also do that but cannot be possible can u see that i will share my oml


2023-04-16 15-25-31
Krishnanand Pathak

Yes I will, please share.

UserImage.jpg
Pydisetti sai

iam sharing my oml can u download some asssets like aes operations crypto api and do it and thank u advance if u decrypt value must return in screen2 when it is in list or array type it is not inserting can u plz do it thank u somuch

webservice.oml
2023-04-16 15-25-31
Krishnanand Pathak
Solution

Please make the below changes as provided in the image.
Let me if it works.

2.png
1.png
3.png
UserImage.jpg
Pydisetti sai

yes it is working iam also thinking same as you but thank u so much i mark as solution

thank u can u plz share ur linkedin profile


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