5 ms·
Where c is `json_c', "return c > 127 ? 0xFF : hex_table [c];" always returns false due to the range of types.
by schlecht 15y ago
Where c is `json_c', "return c > 127 ? 0xFF : hex_table [c];" always returns false due to the range of types.
- pjscott 15y agoNice catch. It's fixed in the latest version.