pub unsafe fn dom_from_slice_unchecked(json: &[u8]) -> Result<Document>
Parse a json into a document.
The json must be valid utf-8.