Skip to content

Bug?: iter.skipNumber will keep illegal character #318

Open
@zhangtianxiao

Description

@zhangtianxiao

code like this.

String s = "[-12\"\"f,1,23]";
Any any = Any.lazyArray(s);
JsonIterator iter = JsonIterator.parse(s);
iter.readArray();
Any any2 = iter.readAny(); // It's lazy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions