Skip to content
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

Fixes JSON parser used by client to properly handle string which contain... #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mhandwerker
Copy link

... unmatched curly braces. The previous code tracked open and close curly braces, including those inside JSON string literals. This caused it to fail if a string literal contained an uneven number of open and close curly braces. The previous code logged and ate this exception.

The previous code also failed to include the last JsonEntity if the stream ended just after the entity.

@deki
Copy link

deki commented Jun 16, 2017

Although I'm not an Olingo committer: You need do resolve the conflicts otherwise it's not possible to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants