id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	planetversion	pltversion
414	Support vectors	simon.haines@…	dherman	"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))
}}}
"	enhancement	new	trivial		dherman/json.plt		vectors bson		(4 0)	
