# Generated by using rustinr::rustrize() -> do not edit by hand
to_tson = function(object){ .Call('rtson_to_tson',PACKAGE = 'rtson', object)}
from_tson = function(rbytes){ .Call('rtson_from_tson',PACKAGE = 'rtson', rbytes)}
to_json = function(object){ .Call('rtson_to_json',PACKAGE = 'rtson', object)}
from_json = function(data){ .Call('rtson_from_json',PACKAGE = 'rtson', data)}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.