-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanding JSON recusivly #9
Comments
Can you explain what info you want and how you try to get it? |
imagine a json like { returned form a server via http. I try to import the hole json including all sub structure into ioBroker using status.[*] | web | [URL] | (empty filter) | json | (no write) | */15 * * * * i also test status.* and different filters. |
Hi volkerrichert! status| web | [URL] | (@) | json | (no type) | (no write) | */15 * * * * if you want to get only the settings the use in filter otherwise the json itself is returned as a string .... |
Any news about this issue? Have same problem with other source: https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=en-US |
nope |
If you have an object inside an object like
{
status: "ok",
serverTime: "2018-08-29T11:34:34.930Z",
serverTimeEpoch: 1535542474930,
apiEnabled: true,
careportalEnabled: true,
boluscalcEnabled: true,
head: "02a02c7",
settings: {
units: "mg/dL",
timeFormat: 24,
theme: "default",
alarmUrgentHigh: true,
alarmUrgentHighMins: [30, 60, 90, 120]
}
}
i'm not able to populate the hole object. settings is just a string '{ units: "mg/dL", timeFormat: 24,...'. The top elements are processed correctly.
The text was updated successfully, but these errors were encountered: