Ticket #414 (new enhancement)
Opened 13 years ago
Support vectors
Reported by: | simon.haines@… | Owned by: | dherman |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | dherman/json.plt | Keywords: | vectors bson |
Cc: | Version: | (4 0) | |
Racket Version: |
Description
I would love it if this module supported vectors as JSON arrays. Then it would nicely interoperate with Jay McCarthy's mongodb module, and decode the BSON it produces.
The workaround I use has this small change to lines 17-18:
[(or (list? json) (vector? json))
Note: See
TracTickets for help on using
tickets.