fn take_string( obj: &BTreeMap<String, JsonValue>, key: &'static str, dst: &mut String, ) -> Result<(), &'static str>
JSON オブジェクトから文字列を取り出す(型違いはエラー)。