commit | 4c7803b59f691f600d8445252a452390ee54f981 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Thu Mar 23 15:15:11 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Mar 25 13:11:54 2017 +0000 |
tree | eacd7e9d1b4f64594647800db3957b0c5c3ddd5d | |
parent | 844ef6744ebc858a6d2aea7e71e813fc62edefc0 [diff] |
lib: json: Ignore spaces while scanning for tokens The function to ignore spaces was not being called, so some tokens had whitespace in the beginning. They were correctly lexed, but parsing could eventually fail. Jira: ZEP-1607 Change-Id: I796596143895fa0fa652641f56af9a03e7a65b7a Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>