Skip to main content

extract_user_args

Function extract_user_args 

Source
pub fn extract_user_args(args: &Value) -> Option<Value>
Expand description

Extract the optional args parameter from a JSON args object.

Returns None when args is absent or null.