mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
c1f27fb848
* handle uint64 value in JSON * Add integer_tests * Add get_unsigned_integer() on ParsedJson::BasicIterator * Write 'u' to tape when the value seems unsigned * Add to handle 'u' element * Brush up integer_tests.cpp * Append tests/integer_tests in .gitignore * Add comments to is_integer and is_unsigned_integer