这是indexloc提供的服务,不要输入任何密码
Skip to content

Add support for reading "root value" streams (linefeed separated/concatenated) #60

@cowtowncoder

Description

@cowtowncoder

Currently all read methods of JSON process the whole input. But sometimes it'd be useful to be able to process input stream in which main level contains a sequence of values, like:

https://en.wikipedia.org/wiki/JSON_streaming

(linefeed-separated / concatenated content)

This could work similar to MappingIterator by jackson-databind.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions