[go: up one dir, main page]

pub unsafe fn dom_from_slice_unchecked(json: &[u8]) -> Result<Document>
Expand description

Parse a json into a document.

Safety

The json must be valid utf-8.