pub struct JsonlReader;Expand description
JSONL (JSON Lines) 포맷 Reader
한 줄에 하나의 JSON 객체를 읽어 배열(Value::Array)로 변환한다. 빈 줄은 무시하고, 파싱 실패 시 줄 번호를 포함한 에러를 반환한다.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonlReader
impl RefUnwindSafe for JsonlReader
impl Send for JsonlReader
impl Sync for JsonlReader
impl Unpin for JsonlReader
impl UnsafeUnpin for JsonlReader
impl UnwindSafe for JsonlReader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more