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
vart=transit,pathological=[t.map([t.keyword("any-value"),t.map([["this array makes this a cmap"],"any value"]),"any string",t.keyword("victim")]),t.map([t.keyword("victim"),t.keyword("any-other-value")])],w=t.writer("json");console.log(w.write(pathological));
Returns:
[["^ ","~:any-value",["~#cmap",[["this array makes this a cmap"],"any value"]],"any string","~:victim"],["^ ","^3","~:any-other-value"]]
In transit-clj the ^3 is ^2.
The text was updated successfully, but these errors were encountered:
Returns:
In transit-clj the
^3
is^2
.The text was updated successfully, but these errors were encountered: