Skip to content

Commit

Permalink
revert savejson change
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Apr 17, 2023
1 parent 9554a44 commit 8fea393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion savejson.m
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@
end
end
for e=1:len
if(strcmp('_ArrayZipData_',decodevarname(name,varargin{1}.unpackhex))==0 && ~isempty(find(item(e,:)=='\', 1)))
if(strcmp('_ArrayZipData_',decodevarname(name,varargin{1}.unpackhex))==0)
val=escapejsonstring(item(e,:),varargin{:});
else
val=item(e,:);
Expand Down

0 comments on commit 8fea393

Please sign in to comment.