Raw File
repair_escaping.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util-repair_escaping.R
\name{repair_escaping}
\alias{repair_escaping}
\title{Repair Singly Escaped Space Characters}
\usage{
repair_escaping(JSON)
}
\arguments{
\item{JSON}{A character string containing JSON with invalidly, singly
-escaped whitespace characters}
}
\value{
A character string containing JSON and \emph{correctly, doubly} -escaped
whitespace characters
}
\description{
Prevent "lexical error: invalid character inside string.", see
https://github.com/jeroen/jsonlite/issues/47 and
https://github.com/TIBHannover/BacDiveR/issues/43.
}
\keyword{internal}
back to top