John Keiser
|
03746b966b
|
Move document/element/etc. under dom
|
2020-03-28 13:42:21 -07:00 |
Daniel Lemire
|
8f34e6714a
|
Removing dead code.
|
2020-03-26 17:01:51 -04:00 |
John Keiser
|
2e420169c3
|
Remove document::parse and document::load
|
2020-03-26 10:13:09 -07:00 |
John Keiser
|
06d6636b97
|
Update jsonpointer tool to use new API
|
2020-03-24 16:35:39 -07:00 |
John Keiser
|
8e2c06cb0e
|
Compile with -fno-exceptions
|
2020-03-17 13:54:37 -07:00 |
John Keiser
|
40c6213d7e
|
Add parser.load() and load_many() to load files
|
2020-03-11 17:19:41 -07:00 |
John Keiser
|
d140bc23f5
|
Automatically allocate memory as needed in parse
|
2020-03-11 16:14:54 -07:00 |
John Keiser
|
99667f7c55
|
Create top level simdjson.h (#515)
- Allows everyone to #include the same way, singleheader or not.
|
2020-03-04 10:12:27 -08:00 |
ioioioio
|
c2eea8abba
|
Style uniformization (#238)
* massive clang-format -style=LLVM
* naming harmonization
* adding commentary about sysinfoapi.h
|
2019-07-30 17:18:10 -04:00 |
ioioioio
|
bcabdfc1ae
|
Json pointer (#220)
* json pointer support
* Addition of tests for the json pointer
* Adding a new tool for the JSON Pointer support, and some documentation.
|
2019-07-26 18:38:10 -04:00 |