# Generated by roxygen2: do not edit by hand

S3method(to_json,Date)
S3method(to_json,POSIXct)
S3method(to_json,POSIXlt)
S3method(to_json,character)
S3method(to_json,complex)
S3method(to_json,data.frame)
S3method(to_json,default)
S3method(to_json,integer)
S3method(to_json,list)
S3method(to_json,logical)
S3method(to_json,matrix)
S3method(to_json,numeric)
S3method(validate_json,character)
S3method(validate_json,default)
S3method(validate_json,json)
export(to_json)
export(validate_json)
import(rapidjsonr)
importFrom(Rcpp,sourceCpp)
useDynLib(jsonify, .registration = TRUE)
