Re: [R] Parsing JSON records to a dataframe

2011-01-07 Thread Martin Morgan
On 01/07/2011 12:05 AM, Dieter Menne wrote: > > > Jeroen Ooms wrote: >> >> What is the most efficient method of parsing a dataframe-like structure >> that has been json encoded in record-based format rather than vector >> based. For example a structure like this: >> >> [ {"name":"joe", "gender":"

Re: [R] Parsing JSON records to a dataframe

2011-01-07 Thread Dieter Menne
Jeroen Ooms wrote: > > What is the most efficient method of parsing a dataframe-like structure > that has been json encoded in record-based format rather than vector > based. For example a structure like this: > > [ {"name":"joe", "gender":"male", "age":41}, {"name":"anna", > "gender":"female",

[R] Parsing JSON records to a dataframe

2011-01-06 Thread Jeroen Ooms
What is the most efficient method of parsing a dataframe-like structure that has been json encoded in record-based format rather than vector based. For example a structure like this: [ {"name":"joe", "gender":"male", "age":41}, {"name":"anna", "gender":"female", "age":23} ] RJSONIO parses this a