Skip to content

Releases: jeroen/jsonlite

jsonlite 1.6

07 Dec 13:42
Compare
Choose a tag to compare

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

05 Nov 22:46
Compare
Choose a tag to compare
v1.5

Try to please check

CRAN release 1.4

08 Apr 21:19
Compare
Choose a tag to compare
v1.4

Update revdep_check

CRAN release 1.3

28 Feb 13:47
Compare
Choose a tag to compare
v1.3

Please CMD check in r-devel

CRAN release 1.2

31 Dec 10:11
Compare
Choose a tag to compare
v1.2

Fix headers

CRAN release 1.1

15 Sep 07:50
Compare
Choose a tag to compare
v1.1

Explicitly name stream_in arguments

CRAN release 1.0

30 Jun 23:17
Compare
Choose a tag to compare
Require sudo

CRAN release 0.9.22

14 Jun 20:07
Compare
Choose a tag to compare

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

10 May 08:25
Compare
Choose a tag to compare
v0.9.20

Add curl to suggests for check warning

CRAN release 0.9.19

28 Nov 10:53
Compare
Choose a tag to compare
v0.9.19

Bump for release