FasterXML / FasterXML/jackson-core
Parsing for non-root number values fails lazily
Open
3.x
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 928
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 24
Description
(note: same as #105 but for non-root values; related to #679)
Looks like content such as:
```
[ 123true ]
```
or
```
[ 100k ]
```
or
```
[ 100/ ]
```
or
```
[ 1.5x ]
```
passes and reports number token `123` or `100` or `100` or `1.5` (respectively) only failing when trying to access to the following token.
These should be caught earlier.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.