Package: jsonlite
Version: 0.9.13
Date: 2014-10-20
Title: A Robust, High Performance JSON Parser and Generator for R
License: Apache License 2.0
NeedsCompilation: yes
Depends: methods
Author: Jeroen Ooms, Duncan Temple Lang, Lloyd Hilaiel
URL: http://arxiv.org/abs/1403.2805,
        https://www.opencpu.org/posts/jsonlite-a-smarter-json-encoder
BugReports: http://github.com/jeroenooms/jsonlite/issues
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
VignetteBuilder: knitr
Description: A fast JSON parser and generator optimized for statistical data and
    the web. Started out as a fork of RJSONIO, but has been completely rewritten
    in recent versions. The package offers flexible, robust, high performance
    tools for working with JSON in R and is particularly powerful for building
    pipelines and interacting with web APIs. The parser implementation is based
    on the mapping described in the vignette of the package (Ooms, 2014). In
    addition to drop-in replacements for toJSON and fromJSON, jsonlite contains
    functions to stream, validate, and prettify JSON data, and many unit
    tests to verify that all edge cases are encoded and decoded consistently
    for use with dynamic data in systems and applications.
Suggests: testthat, knitr, reshape2, httr (>= 0.4), rjson, plyr
Packaged: 2014-10-21 15:27:35 UTC; jeroen
Repository: CRAN
Date/Publication: 2014-10-21 18:12:06
