Skip to main content

tape_to_value

Function tape_to_value 

Source
pub fn tape_to_value<T: TapeSource>(tape: &T) -> Result<Value>
Expand description

Convert a tape to a serde_json::Value

This enables applying patches to tape-parsed data since tapes are immutable.

ยงErrors

Returns an error if the tape structure is malformed.