[][src]Module simd_json::serde

Functions

from_borrowed_value
from_owned_value
from_slice

parses a byte slice using a serde deserializer. note that the slice will be rewritten in the process.

from_str

parses a str using a serde deserializer. note that the slice will be rewritten in the process and might not remain a valid utf8 string in its entirety.

to_owned_value