John Keiser
|
2ed24666b5
|
Add value.type()
|
2021-03-02 17:02:50 -08:00 |
John Keiser
|
9651efe626
|
Split up tests for compile times
|
2021-02-06 11:07:14 -08:00 |
John Keiser
|
14315ec5cd
|
Default SIMDJSON_PRODUCTION to OFF for bare header usage
|
2021-02-06 11:06:37 -08:00 |
John Keiser
|
a33bf40a7d
|
Add tests for sibling indexing detection
|
2021-02-05 16:39:52 -08:00 |
John Keiser
|
3801ea7777
|
Disable all OUT_OF_ORDER_ITERATION checks when SIMDJSON_API_USAGE_CHECKS
is off
|
2021-02-05 16:39:44 -08:00 |
John Keiser
|
1bfbb6448a
|
Check out-of-order error in object index
|
2021-01-26 20:49:14 -08:00 |
John Keiser
|
18ecc0032d
|
Reenable test that is now working
|
2021-01-26 15:15:09 -08:00 |
John Keiser
|
1a1532c8cc
|
Return INCORRECT_TYPE when numbers fail to parse
Also add tests for trying to get multiple types in a row
|
2021-01-26 14:59:13 -08:00 |
John Keiser
|
55faf4c5bc
|
Recommend simdjson::ondemand over simdjson::builtin::ondemand (#1380)
Co-authored-by: Daniel Lemire <lemire@gmail.com>
|
2021-01-14 17:33:49 -05:00 |
John Keiser
|
3279c2f15b
|
Remove unnecessary "try_get_XXX" methods
Also don't distinguish between & and && (instead, advance the first time
you encounter a scalar no matter what)
|
2021-01-11 15:19:26 -08:00 |
John Keiser
|
17f4f82827
|
Ondemand usage docs (and associated tests)
Also disallowed parsing a temporary padded_string, since the JSON *must*
live through the whole parse.
|
2021-01-01 19:17:58 -08:00 |
John Keiser
|
a405173d59
|
Break up ondemand_basictests into smaller executables
(Allows for faster compilation speeds)
|
2020-12-23 09:14:44 -08:00 |