Skip to main content

take_string

Function take_string 

Source
fn take_string(
    obj: &BTreeMap<String, JsonValue>,
    key: &'static str,
    dst: &mut String,
) -> Result<(), &'static str>
Expand description

JSON オブジェクトから文字列を取り出す(型違いはエラー)。