blob: edcddc053c373d7c7cd7d2438bdec57a5cf245ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
A Simple and Robust JSON Parser and Generator for R // A
reasonably fast JSON parser and generator, optimized for
statistical data and the web. Offers simple, flexible tools for
working with JSON in R, and is particularly powerful for
building pipelines and interacting with a web API. The
implementation is based on the mapping described in the
vignette (Ooms, 2014). In addition to converting JSON data
from/to R objects, 'jsonlite' contains functions to stream,
validate, and prettify JSON data. The unit tests included with
the package verify that all edge cases are encoded and decoded
consistently for use with dynamic data in systems and
applications.
</longdescription>
</pkgmetadata>
|