Skip to main content

Hi, Can someone help me with the JSON. Here I do have a Text in JSON format . SO I need to extract the values in the node . This below text is my JSON Format….

 

{ "feeds":

< { "id": 1090,

"title": "Amsterdam Beaches",

"description": "It’s true that few people think of the Netherlands when planning a beach holiday. But whether you’re just visiting or lucky enough to call this iconic city home, there are plenty of great beaches to enjoy in Amsterdam",

"location": "Kloveniersburgwal 1, 1012 CW Amsterdam, Netherlands",

"lng": 0,

"lat": 0,

"userId": 3043,

"name": "Ritu singh",

 

So what have you tried? That will help us point you in the right direction.


all you need is 1.6 JSON package

watch video : https://upskill.automationanywhere.com/learn/video/new-json-actions

you want use Convert JSON to Dictionary function

you will get your data as like:

 


Reply