Releases: jeroen/jsonlite
Releases · jeroen/jsonlite
jsonlite 1.6
jsonlite 1.6
- Add parse_json() wrapper that does not guess if a string is actually a file/url
- Fix a few rchk warnings (mostly false positives)
- Add asJSON method for hms
- Do not require is.vector() for unbox to support values with attributes e.g. factor or tzone
- write_json now suppresses recoding of strings on windows, fixes #226
- Hide internal libyajl symbols from shlib
- Remove C calls R connection API which are no longer allowed on CRAN. This may
lead to about 5% performance decrease for parsing from connections. - Remove depreacted rbind.pages function
jsonlite 1.5
v1.5 Try to please check
CRAN release 1.4
v1.4 Update revdep_check
CRAN release 1.3
v1.3 Please CMD check in r-devel
CRAN release 1.2
v1.2 Fix headers
CRAN release 1.1
v1.1 Explicitly name stream_in arguments
CRAN release 1.0
Require sudo
CRAN release 0.9.22
0.9.22
- Fix for side effects of 'always_decimal' on Date and POSIXt integer encoding
- Fixed a small memory leak in the push parser (fromJSON.connection)
- Cleaned up Makevars
- Replace base64 encoder/decoder to be in-memory
- Special case toJSON(NULL, null = "null") now returns "null"
0.9.21
- Add 'always_decimal' argument in toJSON for real number notation in whole number doubles.
CRAN release 0.9.20
v0.9.20 Add curl to suggests for check warning
CRAN release 0.9.19
v0.9.19 Bump for release