joey711 / biomformat-oldfork

This is deprecated. Please post issues at the BioC-synced joey711/biomformat
https://github.com/joey711/biomformat
1 stars 1 forks source link

Use automagic table structure in jsonlite #2

Open joey711 opened 8 years ago

joey711 commented 8 years ago

Current JSON approach is unnecessary with jsonlite, where the table structure will be interpreted automatically, and most-likely in a much more efficient manner than the way it is handled now (always start as list?)

This is the last dangling aspect of a previous issue, which should now be considered closed:

https://github.com/joey711/biomformat0/issues/2

joey711 commented 8 years ago

@jnpaulson wanted to make sure you saw this new repo (same name, but now built from the BioC mirror)

jnpaulson commented 8 years ago

:+1: