{
  "_id": "6a497219f408bf5a1e5fd6f3",
  "Package": "ndjson",
  "Type": "Package",
  "Title": "Wicked-Fast Streaming 'JSON' ('ndjson') Reader",
  "Version": "0.9.1",
  "Date": "2025-03-06",
  "Authors@R": "c( person(\"Bob\", \"Rudis\", email = \"bob@rud.is\", role =\nc(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0001-5670-2640\")),\nperson(\"Niels\", \"Lohmann\", role = \"aut\", comment = \"C++ json\nparser\"), person(\"Deepak\", \"Bandyopadhyay\", role = \"aut\", comment\n= \"C++ gzstream\"), person(\"Lutz\", \"Kettner\", role = \"aut\",\ncomment = \"C++ gzstream\"), person(\"Neal\", \"Fultz\", role = \"ctb\",\ncomment = \"Rcpp integration\"), person(\"Maarten\", \"Demeyer\", role = \"ctb\",\ncomment = \"dtplyr cleanup\"))",
  "Maintainer": "Bob Rudis <bob@rud.is>",
  "Description": "Streaming 'JSON' ('ndjson') has one 'JSON' record per-line\nand many modern 'ndjson' files contain large numbers of\nrecords. These constructs may not be columnar in nature, but it\nis often useful to read in these files and \"flatten\" the\nstructure out to enable working with the data in an R\n'data.frame'-like context. Functions are provided that make it\npossible to read in plain 'ndjson' files or compressed ('gz')\n'ndjson' files and either validate the format of the records or\ncreate \"flat\" 'data.table' structures from them.",
  "URL": "https://github.com/hrbrmstr/ndjson",
  "BugReports": "https://github.com/hrbrmstr/ndjson/issues",
  "SystemRequirements": "zlib, C++17",
  "NeedsCompilation": "yes",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "Packaged": {
    "Date": "2026-06-23 14:39:07 UTC",
    "User": "root"
  },
  "Author": "Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>),\nNiels Lohmann [aut] (C++ json parser), Deepak Bandyopadhyay\n[aut] (C++ gzstream), Lutz Kettner [aut] (C++ gzstream), Neal\nFultz [ctb] (Rcpp integration), Maarten Demeyer [ctb] (dtplyr\ncleanup)",
  "Config/pak/sysreqs": "zlib1g-dev",
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-03-06 22:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/ndjson",
  "RemoteRef": "HEAD",
  "RemoteSha": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
  "_user": "cran",
  "_type": "src",
  "_file": "ndjson_0.9.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/a7ba40440e357eaa4d712547e451443f01708eef85058db753643078d35d4353",
  "_filesize": 234350,
  "_sha256": "a7ba40440e357eaa4d712547e451443f01708eef85058db753643078d35d4353",
  "_expires": "2026-10-12T20:50:31.000Z",
  "_created": "2026-06-23T14:39:07.000Z",
  "_published": "2026-07-04T20:50:33.476Z",
  "_jobs": [
    {
      "job": 85165958043,
      "time": 128,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7824265772"
    },
    {
      "job": 85165957988,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7824262604"
    },
    {
      "job": 85165958215,
      "time": 133,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7824267321"
    },
    {
      "job": 85165958034,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7824262293"
    },
    {
      "job": 85165957775,
      "time": 197,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7824212119"
    },
    {
      "job": 85165957986,
      "time": 180,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28033945713",
  "_status": "success",
  "_upstream": "https://github.com/cran/ndjson",
  "_commit": {
    "id": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
    "author": "Bob Rudis <bob@rud.is>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.9.1\n",
    "time": 1741299602
  },
  "_maintainer": {
    "name": "Bob Rudis",
    "email": "bob@rud.is",
    "login": "hrbrmstr",
    "mastodon": "@hrbrmstr@mastodon.social",
    "bluesky": "@hrbrmstr.dev",
    "orcid": "0000-0001-5670-2640",
    "description": "🇺🇦 Pampa • Don't look at me…I do what he does—just slower. #rstats avuncular•👨‍🍳•✝️• 💤• Distinguished Engineer @ Censys + CMU Lecturer",
    "uuid": 509878
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 9,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "hrbrmstr",
      "count": 7,
      "uuid": 509878
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 610,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 2511,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ndjson"
  },
  "_devurl": "https://github.com/hrbrmstr/ndjson",
  "_searchresults": 136,
  "_topics": [
    "zlib",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ndjson.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/hrbrmstr/ndjson",
  "_realowner": "hrbrmstr",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2016-08-27"
    },
    {
      "version": "0.5.0",
      "date": "2017-06-28"
    },
    {
      "version": "0.6.0",
      "date": "2018-03-05"
    },
    {
      "version": "0.7.0",
      "date": "2018-09-18"
    },
    {
      "version": "0.8.0",
      "date": "2019-11-13"
    },
    {
      "version": "0.9.0",
      "date": "2022-10-17"
    },
    {
      "version": "0.9.1",
      "date": "2025-03-06"
    }
  ],
  "_exports": [
    "flatten",
    "stream_in",
    "validate"
  ],
  "_help": [
    {
      "page": "flatten",
      "title": "Flatten a character vector of individual JSON lines into a 'data.table'",
      "topics": [
        "flatten"
      ]
    },
    {
      "page": "ndjson",
      "title": "Wicked-fast Streaming JSON ('ndjson) Reader",
      "topics": [
        "ndjson-package",
        "ndjson"
      ]
    },
    {
      "page": "stream_in",
      "title": "Stream in & flatten an ndjson file into a 'data.table'",
      "topics": [
        "stream_in"
      ]
    },
    {
      "page": "validate",
      "title": "Validate ndjson file",
      "topics": [
        "validate"
      ]
    }
  ],
  "_rundeps": [
    "cli",
    "data.table",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "Rcpp",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_sysdeps": [
    {
      "shlib": "libz",
      "package": "zlib1g",
      "headers": "zlib1g-dev",
      "source": "zlib",
      "version": "1:1.3.dfsg+really1.3.1-1ubuntu3",
      "name": "zlib",
      "homepage": "http://zlib.net/",
      "description": "compression library - runtime"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 3.9647493852421274,
  "_indexed": false,
  "_nocasepkg": "ndjson",
  "_universes": [
    "cran"
  ],
  "_indexurl": "https://hrbrmstr.r-universe.dev/ndjson",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.1",
      "date": "2026-06-23T14:41:32.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
      "fileid": "https://r2.ropensci.org/b82afdb693cfefdb99a342fadaba485ee0a2700c165564e13e792b2763639b67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28033945713"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.9.1",
      "date": "2026-06-23T14:41:22.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
      "fileid": "https://r2.ropensci.org/528859e1e196b2694dd6c3f0c854d2c66659543c6bbeb6806f19ba57d8b76429",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28033945713"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.1",
      "date": "2026-06-23T14:41:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
      "fileid": "https://r2.ropensci.org/85939d3b864ef9f2f70111351702d39429d04a3ac906e130d0a178f6fa45bb7d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28033945713"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.9.1",
      "date": "2026-06-23T14:41:17.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "928a5905a1ff44510c29cd53a6682dfcbc6a4c24",
      "fileid": "https://r2.ropensci.org/7d4c342cbc3b640f7fc8b7fa681e268e2daa39898ebc93734df2a807b7d47118",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28033945713"
    }
  ]
}