Crates.io | json-value |
lib.rs | json-value |
version | 0.3.3 |
source | src |
created_at | 2022-01-09 12:37:35.400921 |
updated_at | 2022-07-17 02:56:09.493499 |
description | Helper method to get the json value |
homepage | |
repository | https://github.com/voml/jss/tree/master/projects/json-value |
max_upload_size | |
id | 510778 |
size | 8,977 |
Function | Description |
---|---|
get_key_T |
Get a reference to the specified key, or a reference if successful |
mut_key_T |
Get mutable reference to the specified key, or a mutable reference if successful |
extract_T |
Extract the specified field, if successful, the field will disappear |
is_T |
Check if the object is the specified type |
as_T |
Get a reference of the specified type, if successful, get a reference |
into_T |
Convert to the specified type, if the failure data will disappear |