We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4a27c commit f1088bbCopy full SHA for f1088bb
README.md
@@ -29,7 +29,7 @@ QCon](http://www.youtube.com/watch?v=wlvKAT7SZIQ) (voted best talk).
29
jsonfile <- system.file("jsonexamples", "twitter.json", package="RcppSimdJson")
30
library(RcppSimdJson)
31
validateJSON(jsonfile) # validate a JSON file
32
-res <- fparse(jsonfile) # parse a JSON file
+res <- fload(jsonfile) # parse a JSON file
33
```
34
35
### Comparison
0 commit comments