jtbonhomme / mozaik-ext-multijson

Mozaik widget to display information from multiple json sources
1 stars 1 forks source link

Format of JSON File? #4

Open mhussain opened 6 years ago

mhussain commented 6 years ago

Hey!

Hope you are well. I understand this is a long shot considering how long the repo has been untouched for but I thought I would ask anyway!

What should be the format of the JSON file that the extension fetches?

I have tried anything from

{
  "a": "1"
  ....

to

[{
  "label": "Something",
  "data": "1.4.5",
  "time": "2018-10-9"
}]

But nothing works. I keep getting status: undefined in the logs.

Please let me know if you can. If not, no issues :)

Mujtaba Hussain