pub fn serialize_to_json_with_option<'a, V: Debug + Clone + AsRef<str> + GetBytes>( data: &mut Vec<FlatJsonValue<V>>, root_depth: u8, ) -> Value<V>