{"id":25059963,"url":"https://github.com/stla/jsonnormalize","last_synced_at":"2026-05-02T19:36:00.301Z","repository":{"id":168604216,"uuid":"644363024","full_name":"stla/jsonNormalize","owner":"stla","description":"Normalize JSON strings.","archived":false,"fork":false,"pushed_at":"2023-07-24T17:04:17.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T03:56:41.228Z","etag":null,"topics":["json","r","rstudio-addin"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stla.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T11:10:57.000Z","updated_at":"2025-10-06T09:41:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"65b890bd-6787-4058-8fc6-55f81f26722c","html_url":"https://github.com/stla/jsonNormalize","commit_stats":null,"previous_names":["stla/jsonnormalize"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stla/jsonNormalize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stla%2FjsonNormalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stla%2FjsonNormalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stla%2FjsonNormalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stla%2FjsonNormalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stla","download_url":"https://codeload.github.com/stla/jsonNormalize/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stla%2FjsonNormalize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["json","r","rstudio-addin"],"created_at":"2025-02-06T15:56:02.838Z","updated_at":"2026-05-02T19:36:00.284Z","avatar_url":"https://github.com/stla.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"jsonNormalize\"\noutput: github_document\n---\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/stla/jsonNormalize/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stla/jsonNormalize/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nNormalize JSON strings.\n\n___\n\n```{r jsonHook, include=FALSE}\nknitr::knit_hooks$set(output = function(x, options) {\n  paste0(c(\"```json\", x, \"```\"), collapse = \"\\n\")\n})\n```\n\n\n```{r, comment=\"\"}\nlibrary(jsonNormalize)\n\nbadJstring \u003c- \"\n[\n  { 01: false, 999: true, },\n  {\n    area: 30,\n    thirty: '30',\n    ind: [5, 4.1,   3.7 , 1e3,],\n    'cluster'    : true  ,\n    \\\"999\\\": false,\n    city: 'London'\n  },\n  [ null, undefined,   NaN],\n  {\n    'null': null,\n    'undefined': undefined,\n    'NaN': NaN\n  }\n]\"\ngoodJstring \u003c- jsonNormalize(badJstring, prettify = TRUE)\ncat(goodJstring)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstla%2Fjsonnormalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstla%2Fjsonnormalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstla%2Fjsonnormalize/lists"}