alef 0.79.4

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
        let payload = match json.get("{{ content_field }}") {
            Some(value) => value.clone(),
            None => serde_json::json!({}),
        };