You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/07 18:07:10 UTC

[GitHub] michal-narajowski opened a new pull request #884: encoding/json: Remove unnecessary reads when parsing

michal-narajowski opened a new pull request #884: encoding/json: Remove unnecessary reads when parsing
URL: https://github.com/apache/mynewt-core/pull/884
 
 
   This caused the library to skip some characters after parsing
   an object from a list. When it encountered a character it didn't expect
   the library returned an error.
   
   We don't need to consume white space here because it is done after
   returning from this function.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services