In this post, we will see how to resolve how to convert Json<T<‘_>> to object with rocket.rs? Question: I learning this Todo List example: https://github.com/letsgetrusty/rsty-stack-example. https://github.com/letsgetrusty/rsty-stack-example/blob/main/todo_api/src/main.rs#L20 – place in code that I trying to change. I want to be able ...
Question: I’m having an error when trying to parse JSON with rocket. This is my code: And this is my toml file: I’m getting this error It’s just the same as in the example of JSON parsing. But I have ...