commit | 122cdb39566e073f59599dc38699c9dcc5637657 | [log] [tgz] |
---|---|---|
author | Leandro Pereira <leandro.pereira@intel.com> | Tue Mar 21 15:31:59 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Mar 25 13:11:52 2017 +0000 |
tree | a1231e215e457f0ba330365af277adc90aa9f782 | |
parent | 95ec49cb709219b1813dfd43c4bc5df1545bd391 [diff] |
lib: json: Do not use translation tables to encode characters It has been suggested in a review to use a simple function with a switch statement instead of the table trick. Jira: ZEP-1607 Change-Id: I5290de175021bfa8642334548ece8266d4c137f0 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>