cognitect / transit-cljs

Transit for ClojureScript
http://transit-format.org
Apache License 2.0
323 stars 20 forks source link

List is missing in Default Type Mapping #15

Closed alexanderkiel closed 9 years ago

alexanderkiel commented 9 years ago

The Default Type Mapping Table in the README does not have an entry for list. It should be

Transit type Write accepts Read returns
list cc.IList cc.IList
swannodette commented 9 years ago

fixed