parse_ib_scoring.Rd
`parse_ib_scoring` converts the JSON to a data.frame
parse_ib_scoring(scoringjson)
Scoring JSON as provided by the CBA ItemBuilder runtime.
data frame with all hits and result texts
The returned object returns a data.frame containing the scoring provided as JSON.
if (FALSE) { # \dontrun{ demo <- parse_ib_scoring(json) } # }