forked from SymbolixAU/jsonify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
25 lines (24 loc) · 652 Bytes
/
Copy pathNAMESPACE
File metadata and controls
25 lines (24 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Generated by roxygen2: do not edit by hand
S3method(json_to_r,character)
S3method(json_to_r,connection)
S3method(json_to_r,default)
S3method(json_to_r,json)
S3method(minify_json,character)
S3method(minify_json,default)
S3method(minify_json,json)
S3method(pretty_json,character)
S3method(pretty_json,default)
S3method(pretty_json,json)
S3method(print,json)
S3method(validate_json,character)
S3method(validate_json,default)
S3method(validate_json,json)
export(as.json)
export(from_json)
export(minify_json)
export(pretty_json)
export(to_json)
export(to_ndjson)
export(validate_json)
importFrom(Rcpp,sourceCpp)
useDynLib(jsonify, .registration = TRUE)