jsonlite

A Robust, High Performance JSON Parser and Generator for R

OTHER License

Stars
376
Committers
27

Bot releases are visible (Hide)

jsonlite - Latest Release

Published by jeroen 11 months ago

jsonlite -

Published by jeroen over 1 year ago

jsonlite -

Published by jeroen almost 2 years ago

jsonlite -

Published by jeroen almost 2 years ago

jsonlite -

Published by jeroen about 2 years ago

jsonlite - jsonlite 1.8.0

Published by jeroen over 2 years ago

jsonlite - jsonlite 1.7.3

Published by jeroen almost 3 years ago

jsonlite - jsonlite 1.7.2

Published by jeroen almost 4 years ago

jsonlite - jsonlite 1.7.1

Published by jeroen about 4 years ago

jsonlite - jsonlite 1.7

Published by jeroen over 4 years ago

jsonlite - jsonlite 1.6

Published by jeroen almost 6 years ago

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 - jsonlite 1.5

Published by jeroen almost 7 years ago

jsonlite - CRAN release 1.4

Published by jeroen over 7 years ago

jsonlite - CRAN release 1.3

Published by jeroen over 7 years ago

jsonlite - CRAN release 1.2

Published by jeroen almost 8 years ago

jsonlite - CRAN release 1.1

Published by jeroen about 8 years ago

jsonlite - CRAN release 1.0

Published by jeroen over 8 years ago

jsonlite - CRAN release 0.9.22

Published by jeroen over 8 years ago

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.
jsonlite - CRAN release 0.9.20

Published by jeroen over 8 years ago

jsonlite - CRAN release 0.9.19

Published by jeroen almost 9 years ago