jsonnormalize

Normalize JSON strings.

https://github.com/stla/jsonnormalize

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary

Keywords

json r rstudio-addin
Last synced: 6 months ago · JSON representation

Repository

Normalize JSON strings.

Basic Info
  • Host: GitHub
  • Owner: stla
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 27.3 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
json r rstudio-addin
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog

README.Rmd

---
title: "jsonNormalize"
output: github_document
---


[![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)


Normalize JSON strings.

___

```{r jsonHook, include=FALSE}
knitr::knit_hooks$set(output = function(x, options) {
  paste0(c("```json", x, "```"), collapse = "\n")
})
```


```{r, comment=""}
library(jsonNormalize)

badJstring <- "
[
  { 01: false, 999: true, },
  {
    area: 30,
    thirty: '30',
    ind: [5, 4.1,   3.7 , 1e3,],
    'cluster'    : true  ,
    \"999\": false,
    city: 'London'
  },
  [ null, undefined,   NaN],
  {
    'null': null,
    'undefined': undefined,
    'NaN': NaN
  }
]"
goodJstring <- jsonNormalize(badJstring, prettify = TRUE)
cat(goodJstring)
```

Owner

  • Login: stla
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 23
  • Total Committers: 2
  • Avg Commits per committer: 11.5
  • Development Distribution Score (DDS): 0.043
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Stéphane Laurent l****p@y****r 22
Stéphane Laurent S****T@G****M 1
Committer Domains (Top 20 + Academic)
gsk.com: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 168 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: jsonNormalize

Normalization of 'JSON' Strings

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 168 Last month
Rankings
Forks count: 28.7%
Dependent packages count: 29.3%
Dependent repos count: 35.0%
Stargazers count: 35.2%
Average: 43.6%
Downloads: 89.6%
Maintainers (1)
Last synced: 6 months ago