-
Notifications
You must be signed in to change notification settings - Fork 81
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
fix: return the object as described in the TD #780
fix: return the object as described in the TD #780
Conversation
Signed-off-by: MartinMeyer1 <[email protected]>
I can't get why this doesn't work on windows, as it worked before the "Correct coding style" commit... |
I think the issue should be unrelated to this PR and hopefully be fixed by #782. |
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.
LGTM.
by now all implementations should no longer use the "wrapper"
@MartinMeyer1 can you merge in the changes from master... |
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.
I noticed we have the same wrapper in another codec.
Can you fix this also as part of this PR. Thanks!
Signed-off-by: MartinMeyer1 <[email protected]>
…into fix-jsoncodec-value-property
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.
Looks good.
Thanks @MartinMeyer1
The json codec returned the value corresponding to the key "value" of the readed property, instead of the full json object as expected and described in the TD.
Signed-off-by: MartinMeyer1 [email protected]