R/validator.R
validateFromString.Rd
If the string object passed into this function contains multiple elements (length > 1). then they will be concatenated using '\n' before validation.
validateFromString(JSON_string, verbose = TRUE)
A string which contains JSON (multiple lines allowed)
Show extra information if validation fails
TRUE/FALSE if validation was successful/failed
The returned TRUE/FALSE has additional attributes in case of errors. Use attributes(result) to access them.