pub fn format_json<T: for<'de> RawDecode<'de> + ObjectFormat>(
    buf: &[u8]
) -> BuckyResult<Value>