Skip to main content

array_unwrap

Function array_unwrap 

Source
pub fn array_unwrap(p: Value) -> Value
Expand description

Unwrap one level of outer array: [payload]payload, else identity. Handles callers that always wrap in an array vs those that send the value directly.