Package: jsonNormalize Title: Normalization of 'JSON' Strings Version: 1.0.0.9000 Authors@R: c( person("Stéphane", "Laurent", , "laurent_step@outlook.fr", role = c("aut", "cre")), person("David", "Kaye", role = c("aut", "cph"), comment = "author of the JavaScript code") ) Description: Provides a function allowing to normalize a 'JSON' string, for example by adding double quotes around the keys when they are missing. Also provides 'RStudio' addins for the same purpose. License: GPL-3 URL: https://github.com/stla/jsonNormalize BugReports: https://github.com/stla/jsonNormalize/issues Imports: rstudioapi, V8 Encoding: UTF-8 RoxygenNote: 7.2.3 Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://stla.r-universe.dev Date/Publication: 2023-07-24 17:03:51 UTC RemoteUrl: https://github.com/stla/jsonnormalize RemoteRef: HEAD RemoteSha: 3f01921d8b191ae44ca4adbb162f78417cb0b9ce NeedsCompilation: no Packaged: 2026-06-11 09:36:22 UTC; root Author: Stéphane Laurent [aut, cre], David Kaye [aut, cph] (author of the JavaScript code) Maintainer: Stéphane Laurent