jakartaee / jakartaee/jsonp-api
Enable to pass a list of jsonpointers like to whitelist/blacklist in jsonparser
- Dominant language
- Java
- Stars
- 160
- Forks
- 64
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 4
Description
When you know what you read, passing some whitelist/blacklist of parser events to skip can enable to reduce memory consumption and optimize the execution.
This is somehow related to https://github.com/eclipse-ee4j/jsonb-api/issues/224#issuecomment-590126204
Side note: can need to generalize jsonpointer syntax to support wildcards for arrays.
Contributor guide
Research direction
Start by reading the JSONP parser API and the linked JSON-B discussion to understand the requested whitelist/blacklist behavior. Define how JSON Pointers map to parser events, including whether array wildcards are supported; done means the API and behavior are specified clearly enough to implement and validate.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100