1 2 3
{{ type_name }}$from_json <- function(json) { .Call("wrap__{{ type_name }}__from_json", json, PACKAGE = "{{ package_name }}") }