Function wasm_pack::stamps::get_stamp_value[][src]

pub fn get_stamp_value(
    key: impl AsRef<str>,
    json: &Value
) -> Result<String, Error>
Expand description

Get a value corresponding to the key from the JSON value.

You should use return value of function read_stamps_file_to_json() as json argument.