Function wasm_pack::stamps::get_stamp_value

source ·
pub fn get_stamp_value(key: impl AsRef<str>, json: &Value) -> Result<String>
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.