pub fn decode( from json_canvas: String, ) -> Result(Canvas, DecodeError)
Decode a JSON Canvas string representation into a Canvas type.
Canvas