Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.26k stars 3.53k forks source link

Optinally allow parsing of hexadecimals #2211

Closed rokj-isystem closed 9 months ago

rokj-isystem commented 1 year ago

Allow parsing of hexadecimals into integers, when flag kParseHexadecimalsFlag is set.