RJSONIO (1.0-3)

4 users

Serialize R objects to JSON, JavaScript Object Notation.

http://cran.r-project.org/web/packages/RJSONIO

This is a package that allows conversion to and from data in Javascript object notation (JSON) format. This allows R objects to be inserted into Javascript/ECMAScript/ActionScript code and allows R programmers to read and convert JSON content to R objects. This is an alternative to rjson package. That version was too slow for converting large R objects to JSON and is not extensible, but a very useful prototype. It is fast for parsing. This package uses methods, vectorized operations and C code and callbacks to R functions for deserializing JSON objects to R. Verison 0.4 of this package uses a new native parser, implements the transformation code in C and allocates memory efficiently (rather than concatenating because of event driven parsing). The result is a significantly faster parsing of large JSON documents.

Maintainer: Duncan Temple Lang
Author(s): Duncan Temple Lang

License: BSD

Uses: Does not use any package
Reverse depends: audiolyzR, BayesFactor, bigml, datamart, factualR, FAOSTAT, googleVis, gridSVG, GuardianR, infochimps, opencpu.encode, rAltmetric, rebird, rImpactStory, rPython, RStackExchange, RXKCD, SynergizeR, tabplotd3, TradeStrategyAnalyzer, twitteR, WDI
Reverse suggests: fbRanks, taRifx.geo, websockets

Released about 1 month ago.


19 previous versions

Ratings

Overall:

  4.0/5 (4 votes)

Documentation:

  3.3/5 (3 votes)

Log in to vote.

Reviews

No one has written a review of RJSONIO yet. Want to be the first? Write one now.


Related packages:(20 best matches, based on common tags.)


Search for RJSONIO on google, google scholar, r-help, r-devel.

Visit RJSONIO on R Graphical Manual.