Skip to main content
Cadet | Tier 2
September 12, 2024
Solved

JSON

  • September 12, 2024
  • 2 replies
  • 133 views

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",

 

This topic has been closed for replies.
Best answer by Juppe

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:

 

2 replies

Navigator | Tier 3
September 16, 2024

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

JuppeAnswer
Cadet | Tier 2
September 19, 2024

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: