-
Notifications
You must be signed in to change notification settings - Fork 54
Feature Request: JSON Parser #822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: JSON Parser #822
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-check Status: Click to expand output
|
2fb2df2
to
29b929c
Compare
The created documentation from the pull request is available at: docu-html |
5c9e3a9
to
70d0134
Compare
Signed-off-by: Alexandru Iulian <[email protected]>
Signed-off-by: Alexandru Iulian <[email protected]>
Co-authored-by: rattenking52 <[email protected]> Signed-off-by: Alexandru Iulian <[email protected]>
Signed-off-by: Alexandru Iulian <[email protected]>
Co-authored-by: rattenking52 <[email protected]> Signed-off-by: Alexandru Iulian <[email protected]>
Signed-off-by: Alexandru Iulian <[email protected]>
Co-authored-by: rattenking52 <[email protected]> Signed-off-by: Alexandru Iulian <[email protected]>
70d0134
to
0684f44
Compare
Co-authored-by: Jonas Lammers <[email protected]> Signed-off-by: Alexandru Iulian <[email protected]>
8c08309
to
70b96a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requirements are fine from logging side
https://github.com/orgs/eclipse-score/discussions/1414#discussioncomment-13787441
Signed-off-by: Alexandru Iulian <[email protected]>
2da6ca0
to
397f68e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two comments originally from masc2023 still have to be resolved
Signed-off-by: Alexandru Iulian <[email protected]>
c117500
to
0a44e59
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see also updated inline comments
Co-authored-by: Ulrich Huber <[email protected]> Signed-off-by: Alexandru Iulian <[email protected]>
Signed-off-by: Alexandru Iulian <[email protected]>
Signed-off-by: Alexandru Iulian <[email protected]>
421534a
to
96b083c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment that needed fixing resolved, so I approve
The findings were resolved by later commits
Provides a proposal for a safe JSON parser feature.