-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
675e9d2
commit c944375
Showing
18 changed files
with
636 additions
and
297 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: yyjsonr | ||
Type: Package | ||
Title: A Fast JSON Parser and Generator | ||
Title: Fast JSON Parser and Generator | ||
Version: 0.1.13 | ||
Authors@R: c( | ||
person("Mike", "Cheng", role = c("aut", "cre", 'cph'), | ||
|
@@ -11,7 +11,7 @@ Maintainer: Mike Cheng <[email protected]> | |
Description: A fast JSON parser, generator and validator which converts JSON | ||
data to/from R objects. The standard R data types are supported | ||
(e.g. logical, numeric, integer) with configurable handling of NULL and NA | ||
values. Data frames, atomic vectors and lists are all supported as data | ||
values. Data frames, atomic vectors and lists are all supported as data | ||
containers translated to/from JSON. | ||
This implementation is a wrapper around the 'yyjson' C library. | ||
License: MIT + file LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.