We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8def3d commit ba75691Copy full SHA for ba75691
1 file changed
loadjson.m
@@ -190,6 +190,7 @@
190
astr=arraystr;
191
astr(astr=='[')='';
192
astr(astr==']')='';
193
+ astr=regexprep(astr,'\s*$','');
194
astr(astr==' ')='';
195
[obj, count, errmsg, nextidx]=sscanf(astr,'%f,',inf);
196
if(nextidx>=length(astr)-1)
0 commit comments