Skip to main content

encode

Function encode 

Source
pub fn encode(value: &Value, mode: Mode) -> Vec<u8> 
Expand description

Encode a serde_json::Value to bytes matching PHP’s json_encode for the given flag combination.