Files
shiny/R
Yihui Xie 916ad6535a fixes #299: RJSONIO is unable to convert a matrix of 0 row to [], in which case we have to use an empty list() instead
toJSON(list(x = matrix(nrow = 0, ncol = 3))) gives '{\n "x":  \n}', which is an invalid JSON expression
2013-12-03 15:03:39 -06:00
..
2013-06-18 17:07:42 -07:00
2013-11-21 16:42:42 -06:00
2012-11-21 23:02:40 -08:00
2013-06-19 00:34:57 -05:00