[][src]Function sj::parse

pub fn parse<R>(src: &mut R) -> Result<Value> where
    R: Read

Parses a stream

The stream is used as-is. For better performance, you should wrap your stream inside a BufRead.

You can also use implementation of TryFrom<Vec<u8>> for Value.