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.
pub async fn append_to_string(__arg0: Json<RequestJson>) -> Json<ResponseJson>Provide request json in form of RequestJson and outputs ResponseJson. Inside function
body the input json will be parsed to state object.