Function append_to_string

Source
pub async fn append_to_string(__arg0: Json<RequestJson>) -> Json<ResponseJson>
Expand description

Provide request json in form of RequestJson and outputs ResponseJson. Inside function body the input json will be parsed to state object.