freebsd-ports/converters/R-cran-jsonlite/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
727 B
Text

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
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. 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.