pub fn parse_json_from_smallvec(data: &mut MessageBuffer) -> Result<OwnedValue>Expand description
Parse JSON from SmallVec with zero allocation for small messages
For messages under 4KB, this operates entirely on the stack. Larger messages will use heap allocation.