{
  "_id": "6a4a5dbd1e9cffeb4b833692",
  "Package": "JuliaCall",
  "Type": "Package",
  "Title": "Seamless Integration Between R and 'Julia'",
  "Version": "0.17.6",
  "Date": "2024-12-05",
  "Authors@R": "c(\nperson(\"Changcheng\", \"Li\", , \"cxl508@psu.edu\", c(\"aut\", \"cre\")),\nperson(given = \"Christopher\", family = \"Rackauckas\", email = \"accounts@chrisrackauckas.com\", role = c(\"ctb\")),\nperson(\"Randy\", \"Lai\", role = \"ctb\"),\nperson(\"Dmitri\", \"Grominski\", role = \"ctb\"),\nperson(\"Nagi\", \"Teramo\", role = \"ctb\")\n)",
  "Description": "Provides an R interface to 'Julia', which is a high-level,\nhigh-performance dynamic programming language for numerical\ncomputing, see <https://julialang.org/> for more information.\nIt provides a high-level interface as well as a low-level\ninterface. Using the high level interface, you could call any\n'Julia' function just like any R function with automatic type\nconversion. Using the low level interface, you could deal with\nC-level SEXP directly while enjoying the convenience of using a\nhigh-level programming language like 'Julia'.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/JuliaInterop/JuliaCall",
  "BugReports": "https://github.com/JuliaInterop/JuliaCall/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "NeedsCompilation": "yes",
  "ByteCompile": "yes",
  "SystemRequirements": "Julia >= 1.0.0, RCall.jl",
  "VignetteBuilder": "knitr",
  "Repository": "https://fastverse.r-universe.dev",
  "Date/Publication": "2026-05-27 07:39:13 UTC",
  "RemoteUrl": "https://github.com/Non-Contradiction/JuliaCall",
  "RemoteRef": "HEAD",
  "RemoteSha": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
  "Packaged": {
    "Date": "2026-07-05 13:31:24 UTC",
    "User": "root"
  },
  "Author": "Changcheng Li [aut, cre],\nChristopher Rackauckas [ctb],\nRandy Lai [ctb],\nDmitri Grominski [ctb],\nNagi Teramo [ctb]",
  "Maintainer": "Changcheng Li <cxl508@psu.edu>",
  "_user": "fastverse",
  "_type": "src",
  "_file": "JuliaCall_0.17.6.tar.gz",
  "_fileid": "https://r2.ropensci.org/2f49e101363f228e2022a0ef538aabd21dc0d984909586656340788acdd13d8b",
  "_filesize": 2347702,
  "_sha256": "2f49e101363f228e2022a0ef538aabd21dc0d984909586656340788acdd13d8b",
  "_expires": "2026-10-13T13:35:55.000Z",
  "_created": "2026-07-05T13:31:24.000Z",
  "_published": "2026-07-05T13:35:57.671Z",
  "_jobs": [
    {
      "job": 85227566170,
      "time": 150,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092279799"
    },
    {
      "job": 85227566166,
      "time": 175,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092282671"
    },
    {
      "job": 85227566129,
      "time": 141,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092278584"
    },
    {
      "job": 85227566165,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092277921"
    },
    {
      "job": 85227566157,
      "time": 78,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092269992"
    },
    {
      "job": 85227566162,
      "time": 177,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092282931"
    },
    {
      "job": 85227566155,
      "time": 88,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092271095"
    },
    {
      "job": 85227566160,
      "time": 223,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092289047"
    },
    {
      "job": 85227283726,
      "time": 223,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092258748"
    },
    {
      "job": 85227566117,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8092274349"
    },
    {
      "job": 85227566150,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8092273561"
    },
    {
      "job": 85227566139,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8092271987"
    },
    {
      "job": 85227566122,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8092274078"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488",
  "_status": "success",
  "_upstream": "https://github.com/Non-Contradiction/JuliaCall",
  "_commit": {
    "id": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
    "author": "Christopher Rackauckas <accounts@chrisrackauckas.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #282 from ChrisRackauckas-Claude/fix-libunwind-subprocess\n\nApply libunwind preload to child Julia processes",
    "time": 1779867553
  },
  "_maintainer": {
    "name": "Changcheng Li",
    "email": "cxl508@psu.edu",
    "login": "non-contradiction",
    "description": "I'm now a Ph.D. student in Statistics at Penn State. The love for Statistics and Programming is deeply rooted in my heart.",
    "uuid": 10393778
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.7",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "version": ">= 1.28",
      "role": "Imports"
    },
    {
      "package": "rjson",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rappdirs",
      "role": "Suggests"
    },
    {
      "package": "sass",
      "role": "Suggests"
    },
    {
      "package": "curl",
      "role": "Suggests"
    }
  ],
  "_owner": "non-contradiction",
  "_selfowned": false,
  "_usedby": 12,
  "_updates": [
    {
      "week": "2025-44",
      "n": 8
    },
    {
      "week": "2025-50",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 3
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "julia",
    "cpp"
  ],
  "_stars": 286,
  "_contributors": [
    {
      "user": "non-contradiction",
      "count": 1039,
      "uuid": 10393778
    },
    {
      "user": "viralbshah",
      "count": 42,
      "uuid": 744411
    },
    {
      "user": "christopher-dg",
      "count": 32,
      "uuid": 17228795
    },
    {
      "user": "randy3k",
      "count": 19,
      "uuid": 1690993
    },
    {
      "user": "chrisrackauckas",
      "count": 17,
      "uuid": 1814174
    },
    {
      "user": "jackdunnnz",
      "count": 10,
      "uuid": 4717044
    },
    {
      "user": "sbfnk",
      "count": 6,
      "uuid": 1156307
    },
    {
      "user": "cderv",
      "count": 3,
      "uuid": 6791940
    },
    {
      "user": "pitmonticone",
      "count": 2,
      "uuid": 38562595
    },
    {
      "user": "liskin",
      "count": 2,
      "uuid": 300342
    },
    {
      "user": "albertus82",
      "count": 1,
      "uuid": 8672431
    },
    {
      "user": "claude",
      "count": 1,
      "uuid": 81847
    },
    {
      "user": "dilumaluthge",
      "count": 1,
      "uuid": 5619885
    },
    {
      "user": "leouieda",
      "count": 1,
      "uuid": 290082
    },
    {
      "user": "teramonagi",
      "count": 1,
      "uuid": 683736
    },
    {
      "user": "xiaodaigh",
      "count": 1,
      "uuid": 4497189
    },
    {
      "user": "jjlynch2",
      "count": 1,
      "uuid": 19896750
    }
  ],
  "_userbio": {
    "uuid": 105517888,
    "type": "organization",
    "name": "fastverse",
    "followers": 28,
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 15443,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/JuliaCall"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/juliainterop/juliacall",
  "_searchresults": 551,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/JuliaCall.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/juliainterop/juliacall",
  "_realowner": "juliainterop",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.7.3",
      "date": "2017-09-01"
    },
    {
      "version": "0.9.3",
      "date": "2017-10-12"
    },
    {
      "version": "0.11.1",
      "date": "2017-11-16"
    },
    {
      "version": "0.12.1",
      "date": "2018-02-24"
    },
    {
      "version": "0.12.2",
      "date": "2018-04-01"
    },
    {
      "version": "0.13.0",
      "date": "2018-05-01"
    },
    {
      "version": "0.14.0",
      "date": "2018-07-05"
    },
    {
      "version": "0.15.0",
      "date": "2018-08-01"
    },
    {
      "version": "0.16.0",
      "date": "2018-08-17"
    },
    {
      "version": "0.16.1",
      "date": "2018-10-25"
    },
    {
      "version": "0.16.2",
      "date": "2019-01-03"
    },
    {
      "version": "0.16.4",
      "date": "2019-02-18"
    },
    {
      "version": "0.16.5",
      "date": "2019-03-22"
    },
    {
      "version": "0.16.6",
      "date": "2019-06-06"
    },
    {
      "version": "0.17.0",
      "date": "2019-10-21"
    },
    {
      "version": "0.17.1",
      "date": "2019-11-27"
    },
    {
      "version": "0.17.2",
      "date": "2021-01-05"
    },
    {
      "version": "0.17.4",
      "date": "2021-05-16"
    },
    {
      "version": "0.17.5",
      "date": "2022-09-08"
    },
    {
      "version": "0.17.6",
      "date": "2024-12-07"
    }
  ],
  "_exports": [
    "%>J%",
    "autowrap",
    "eng_juliacall",
    "field",
    "field<-",
    "fields",
    "install_julia",
    "julia_assign",
    "julia_call",
    "julia_command",
    "julia_console",
    "julia_do.call",
    "julia_eval",
    "julia_exists",
    "julia_function",
    "julia_help",
    "julia_install_package",
    "julia_install_package_if_needed",
    "julia_installed_package",
    "julia_latest_version",
    "julia_library",
    "julia_lts_version",
    "julia_markdown_setup",
    "julia_notebook_setup",
    "julia_pkg_hook",
    "julia_pkg_import",
    "julia_setup",
    "julia_source",
    "julia_update_package",
    "JuliaObject",
    "plotsViewer"
  ],
  "_help": [
    {
      "page": "grapes-greater-than-J-grapes",
      "title": "Language piper for julia language.",
      "topics": [
        "%>J%"
      ]
    },
    {
      "page": "autowrap",
      "title": "Use automatic wrapper for julia type.",
      "topics": [
        "autowrap"
      ]
    },
    {
      "page": "call",
      "title": "Call julia functions.",
      "topics": [
        "call",
        "julia_call",
        "julia_do.call"
      ]
    },
    {
      "page": "eng_juliacall",
      "title": "Julia language engine in R Markdown",
      "topics": [
        "eng_juliacall"
      ]
    },
    {
      "page": "install_julia",
      "title": "Install Julia.",
      "topics": [
        "install_julia"
      ]
    },
    {
      "page": "julia_assign",
      "title": "Assign a value to a name in julia.",
      "topics": [
        "julia_assign"
      ]
    },
    {
      "page": "julia_command",
      "title": "Evaluate string commands in julia and (may) invoke the julia display system.",
      "topics": [
        "julia_command"
      ]
    },
    {
      "page": "julia_console",
      "title": "Open julia console.",
      "topics": [
        "julia_console"
      ]
    },
    {
      "page": "julia_eval",
      "title": "Evaluate string commands in julia and get the result back in R.",
      "topics": [
        "julia_eval"
      ]
    },
    {
      "page": "julia_exists",
      "title": "Check whether a julia object with the given name exists or not.",
      "topics": [
        "julia_exists"
      ]
    },
    {
      "page": "julia_help",
      "title": "Get help for a julia function.",
      "topics": [
        "julia_help"
      ]
    },
    {
      "page": "julia_latest_version",
      "title": "Get the latest stable Julia version.",
      "topics": [
        "julia_latest_version"
      ]
    },
    {
      "page": "julia_lts_version",
      "title": "Get the latest Long Term Support (LTS) Julia version.",
      "topics": [
        "julia_lts_version"
      ]
    },
    {
      "page": "julia_markdown_setup",
      "title": "Do setup for JuliaCall in RMarkdown documents and notebooks.",
      "topics": [
        "julia_markdown_setup"
      ]
    },
    {
      "page": "julia_notebook_setup",
      "title": "(Deprecated) Do setup for julia chunks in RMarkdown notebooks.",
      "topics": [
        "julia_notebook_setup"
      ]
    },
    {
      "page": "julia_package",
      "title": "Using julia packages.",
      "topics": [
        "julia_installed_package",
        "julia_install_package",
        "julia_install_package_if_needed",
        "julia_library",
        "julia_package",
        "julia_update_package"
      ]
    },
    {
      "page": "julia_pkg_wrap",
      "title": "Wrap julia functions and packages the easy way.",
      "topics": [
        "julia_function",
        "julia_pkg_hook",
        "julia_pkg_import",
        "julia_pkg_wrap"
      ]
    },
    {
      "page": "julia_setup",
      "title": "Do initial setup for the JuliaCall package.",
      "topics": [
        "julia_setup"
      ]
    },
    {
      "page": "julia_source",
      "title": "Source a julia source file.",
      "topics": [
        "julia_source"
      ]
    },
    {
      "page": "JuliaCall",
      "title": "JuliaCall: Seamless Integration Between R and Julia.",
      "topics": [
        "JuliaCall-package",
        "JuliaCall"
      ]
    },
    {
      "page": "JuliaObject",
      "title": "Convert an R Object to Julia Object.",
      "topics": [
        "JuliaObject"
      ]
    },
    {
      "page": "JuliaObjectFields",
      "title": "JuliaObject Fields.",
      "topics": [
        "field",
        "field.JuliaObject",
        "field<-",
        "field<-.JuliaObject",
        "fields",
        "fields.JuliaObject",
        "JuliaObjectFields"
      ]
    },
    {
      "page": "plotsViewer",
      "title": "Julia plots viewer in R.",
      "topics": [
        "plotsViewer"
      ]
    }
  ],
  "_readme": "https://github.com/Non-Contradiction/JuliaCall/raw/HEAD/README.md",
  "_rundeps": [
    "evaluate",
    "highr",
    "knitr",
    "Rcpp",
    "rjson",
    "xfun",
    "yaml"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "Julia_in_RMarkdown.Rmd",
      "filename": "Julia_in_RMarkdown.html",
      "title": "Julia in RMarkdown",
      "author": "Changcheng Li",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2017-11-16 02:41:07",
      "modified": "2017-11-16 02:41:07",
      "commits": 1
    },
    {
      "source": "JuliaCall_in_Jupyter_R_Notebook.Rmd",
      "filename": "JuliaCall_in_Jupyter_R_Notebook.html",
      "title": "JuliaCall in Jupyter R Notebook",
      "author": "Changcheng Li",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2017-09-20 01:03:01",
      "modified": "2017-10-12 02:19:40",
      "commits": 3
    }
  ],
  "_score": 11.845641791185802,
  "_indexed": false,
  "_nocasepkg": "juliacall",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://juliainterop.r-universe.dev/JuliaCall",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.17.6",
      "date": "2026-07-05T13:34:07.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/64cae98e4f0df8931457c5e1ab00b66e638e37f78634311a4a9e1168813afd8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.17.6",
      "date": "2026-07-05T13:34:24.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/7b7cd7d1e07e4b5348abf743a4cfb73a26c4b494cca1dbf273548c77ea857a7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.17.6",
      "date": "2026-07-05T13:33:57.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/e51efd50facd75c568bef24e5df45fefb223cebf357ae505dc1239d6e257bcbd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.17.6",
      "date": "2026-07-05T13:33:44.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/804122b688c20d52b2ab0eaf9f86dd5fef5da8361c61e34a5289f65ef1d3ae5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.17.6",
      "date": "2026-07-05T13:32:52.000Z",
      "arch": "aarch64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/842142a38e08d8f7e6bf34bcfb64d9bbb58f9ed3619af949e3910cc0fd519e70",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.17.6",
      "date": "2026-07-05T13:34:10.000Z",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/1f4bf77b0f600f01ad848db4fc01222d33f13e17379f09dd598ad8677893aa74",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.17.6",
      "date": "2026-07-05T13:32:59.000Z",
      "arch": "aarch64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/5c4b8a21f921d2d5a2138f1b1240a782abf38400765cb23c446773ca87b5dfb7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.17.6",
      "date": "2026-07-05T13:34:48.000Z",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/0d6c094c2ab9d926f9fdc35b96b6ebdf381dbc9f10d6c13736c430c2a412bdf9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.17.6",
      "date": "2026-07-05T13:33:38.000Z",
      "arch": "emscripten",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/c327e485a81b55409e1cc0694ba091a3cec3829bbb695a96aa2e1665d12571b3",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.17.6",
      "date": "2026-07-05T13:32:48.000Z",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/a4be1b8d5e69c767c9ed7ca7da5b0bb08c1bfd33cdcfec3fef48bac8bbe6f788",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.17.6",
      "date": "2026-07-05T13:32:40.000Z",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/69ec9d0b36dae60ae98b2e4cec4a0e07c87a4420452d800c1c403dc14d3f2dcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.17.6",
      "date": "2026-07-05T13:32:48.000Z",
      "arch": "x86_64",
      "commit": "947d1f3aaba5fec0f5cf61394869a5a47ffa7551",
      "fileid": "https://r2.ropensci.org/af6b7957fd29d9bbda70f8ea8c30eaaec6b7c716340d20dfcd7a6c7d1d75b1f6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/28742358488"
    }
  ]
}