Parse JSON String to Structure

44 visualizaciones (últimos 30 días)
Michael
Michael el 8 de Mayo de 2015
Respondida: Animesh el 5 de Mayo de 2025
I can use webread to parse json delivered by a webservice into a struct, but is there any way to do that same parsing if I have the JSON data in a string?

Respuestas (1)

Animesh
Animesh el 5 de Mayo de 2025
This can be done using :
jsondecode('string text');
For more reference:

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by