eclipse-ee4j / eclipse-ee4j/parsson

getObject and getArray in JsonStructureParser do not advance parser state

Open Beginner friendly
#173 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.