File tree Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Expand file tree Collapse file tree 2 files changed +25
-24
lines changed Original file line number Diff line number Diff line change @@ -1166,7 +1166,7 @@ ans =
11661166 " Hour" : 0 ,
11671167 " Minute" : 0 ,
11681168 " Second" : 0 ,
1169- " SystemTimeZone" : " America\/Los_Angeles "
1169+ " SystemTimeZone" : " America\/New_York "
11701170 },
11711171 {
11721172 " Format" : " dd-MMM-uuuu" ,
@@ -1177,7 +1177,7 @@ ans =
11771177 " Hour" : 0 ,
11781178 " Minute" : 0 ,
11791179 " Second" : 0 ,
1180- " SystemTimeZone" : " America\/Los_Angeles "
1180+ " SystemTimeZone" : " America\/New_York "
11811181 }
11821182]
11831183
@@ -1237,33 +1237,34 @@ data2json =
12371237ans =
12381238
12391239{
1240- " table" : [
1241- {
1242- " Names" : [
1243- " Andy"
1244- ],
1245- " Age" : 21
1246- },
1247- {
1248- " Names" : [
1249- " William"
1240+ " table" : {
1241+ " _TableCols_" : [
1242+ " Names" ,
1243+ " Age"
1244+ ],
1245+ " _TableRecords_" : [
1246+ [
1247+ " Andy" ,
1248+ 21
12501249 ],
1251- " Age" : 21
1252- },
1253- {
1254- " Names" : [
1255- " Om"
1250+ [
1251+ " William" ,
1252+ 21
12561253 ],
1257- " Age" : 22
1258- }
1259- ]
1254+ [
1255+ " Om" ,
1256+ 22
1257+ ]
1258+ ],
1259+ " _TableRows_" : []
1260+ }
12601261}
12611262
12621263
12631264
12641265json2data =
12651266
1266- table : {[1x1 struct ] [1x1 struct ] [1x1 struct ]}
1267+ table : [3x2 table ]
12671268
12681269>> >>
12691270% =================================================
Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ data2json =
725725
726726ans =
727727
728- [{U FormatSU dd - MMM - uuuuU TimeZoneSU U YearI ßU Monthi U Dayi U Houri U Minutei U Secondi U SystemTimeZoneSU America / Los_Angeles }{U FormatSU dd - MMM - uuuuU TimeZoneSU U YearI ßU Monthi U Dayi U Houri U Minutei U Secondi U SystemTimeZoneSU America / Los_Angeles }]
728+ [{U FormatSU dd - MMM - uuuuU TimeZoneSU U YearI ßU Monthi U Dayi U Houri U Minutei U Secondi U SystemTimeZoneSU America / New_York }{U FormatSU dd - MMM - uuuuU TimeZoneSU U YearI ßU Monthi U Dayi U Houri U Minutei U Secondi U SystemTimeZoneSU America / New_York }]
729729
730730
731731json2data =
@@ -776,12 +776,12 @@ data2json =
776776
777777ans =
778778
779- {U table [{ U Names [ SU Andy ] U Agei }{ U Names [SU William ] U Agei }{ U Names [SU Om ] U Agei }] }
779+ {U table{ U _TableCols_[ SU NamesSU Age ] U _TableRecords_[[ SU Andy [ i ]] [SU William [ i ]] [SU Om [ i ]]] U _TableRows_Z} }
780780
781781
782782json2data =
783783
784- table : {[1x1 struct ] [1x1 struct ] [1x1 struct ]}
784+ table : [3x2 table ]
785785
786786>> >>
787787% =================================================
You can’t perform that action at this time.
0 commit comments