Widget for rendering a few items from JSON

cancel
Showing results for 
Search instead for 
Did you mean: 
npavlov
Active Member II

Widget for rendering a few items from JSON

Jump to solution

Hi,

I'm newbie in Aikau so i need some help:

Is there a widget for displaying multiple values from response in JSON? For example i get from request:

{
"identifier": "f5bc354da0",
"name": "name1",
"description": "desc1"
}
I don't think i should use AlfList for that. So I need a widget with url parameter for request. Or I should create my own custom widget for that? It would be great if you send me a link to example of that case.
1 Solution

Accepted Solutions
npavlov
Active Member II

Re: Widget for rendering a few items from JSON

Jump to solution

I think you should create your widget and use parameters from response there for rendering your block of data.

View solution in original post

1 Reply
npavlov
Active Member II

Re: Widget for rendering a few items from JSON

Jump to solution

I think you should create your widget and use parameters from response there for rendering your block of data.