eclipse-ee4j / eclipse-ee4j/parsson
getObject and getArray in JsonStructureParser do not advance parser state
Open
Beginner friendly
- Dominant language
- Java
- Stars
- 17
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Based on JSON-P description for getObject and getArray methods, they should return the current object or array and advance to the next value, but currently, JsonStructureParser only returns the current object or array
Contributor guide
Research direction
Locate JsonStructureParser and inspect getObject and getArray first, comparing their behavior with the JSON-P description. Verify that each method returns the current object or array and advances to the next value, then run the parser's relevant tests or add coverage for both methods.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100