Need Help in empty name JSON array file

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.

1 Like

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

1 Like

If it is array then use select list item, Or list by walking path

1 Like

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”
}
]

Using @Mohamed_Tamer 's extension

3 Likes

thank you so much for your help.
i will test it
:grin:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.