-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
Sorry, this looks like a duplicate of #22, but the suggested code that closed that issue does not appear to work. Here is the output using the current release of jsonlab
>> data2json=struct('name','Nexus Prime','rank',9);
data2json(2)=struct('name','Sentinel Prime','rank',9);
data2json(3)=struct('name','Optimus Prime','rank',9)
savejson('',data2json);
json2data=loadjson(ans,'SimplifyCell',1)
data2json =
1x3 struct array with fields:
name
rank
json2data =
[1x1 struct] [1x1 struct] [1x1 struct]
>>
Any ideas/solutions will be greatly appreciated 👍
Metadata
Metadata
Assignees
Labels
No labels