hello, can someone tell me what block can i use to get string value from an empty name of array JSON ?
JSON file looks like this.
sorry for my bad english.
You can use the built-in dictionary component. Btw, I don’t see any empty string.
i can’t get string if start with .
i just can get if it’s start with { }.
Welcome !
Please Pest Here Your JSON Data So We Can Do Something
If it is array then use select list item, Or list by walking path
this one if u don’t mind.
[
{
“parameter”: “masuk”,
“state”: “none”,
“value”: “3”,
“time”: “2020-08-17 17:38:38”
},
{
“parameter”: “keluar”,
“state”: “none”,
“value”: “3”,
“time”: “2020-08-17 17:38:31”
},
{
“parameter”: “total”,
“state”: “none”,
“value”: “2”,
“time”: “2020-08-17 17:38:38”
}
]
thank you so much for your help.
i will test it
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.