You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>> savejson("", 1, 'test.json')
>> savejson("", 1, "test.json")
Error using varargin2struct
input must be in the form of ...,'name',value,... pairs or structs
Error in savejson (line 141)
opt=varargin2struct(varargin{:});