thinghttp json parse string get more value.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Safak Agustoslu
el 18 de Mzo. de 2023
Comentada: Safak Agustoslu
el 23 de Mzo. de 2023
I want to get 2-3 of the results at once using parse string in thingHTTP. Is it possible?
I can get 1 value using PArse string, but I want to get several values together. I want to get date and time together from the results in this example.
Results is :
{ "date": "03-18-2023", "milliseconds_since_epoch": 1679147976499, "time": "01:59:36 PM" }
How can I write parse string box in thinghttp?
Thanks
2 comentarios
Respuesta aceptada
Sachin
el 23 de Mzo. de 2023
Hi
I understand that you want more values using parse string in thinghttp.
I assume that your URL response is JSON. Since you want to get multiple values at once So I suggest[AK1] you to use the ‘webread’ function in MATLAB. This function will help you to get all the JSON object values at once.
webread('your url')
This will return a struct with fields.
For more information about ‘webread’ refer to:
Más respuestas (0)
Ver también
Categorías
Más información sobre Act on Data en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!