# Generated by roxygen2: do not edit by hand

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(minify_json)
export(pretty_json)
export(to_json)
export(validate_json)
importFrom(Rcpp,sourceCpp)
useDynLib(jsonify, .registration = TRUE)
