Package: jsonlite
Version: 0.9.8
Date: 2014-06-02
Title: A smarter JSON encoder/decoder for R
License: Apache License 2.0
NeedsCompilation: yes
Depends: methods
Author: Jeroen Ooms, Duncan Temple Lang, Jonathan Wallace
URL: http://github.com/jeroenooms/jsonlite#readme,
        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: This package is a fork of the RJSONIO package by Duncan Temple
    Lang. It builds on the same libjson c++ parser, but implements a smarter
    mapping between JSON data and R classes. The vignette describes
    the behavior in great detail. In addition to drop-in replacements for
    toJSON and fromJSON, the package contains funtions to validate, prettify
    and minify JSON, and many unit tests to make 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.3), rjson
Packaged: 2014-06-02 18:41:26 UTC; jeroen
Repository: CRAN
Date/Publication: 2014-06-02 21:27:58
