mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
a4803d50c5
* Add working JSON pointer for array of atoms. * Add working JSON pointer for object with key-atom pairs. * Add first version of JSON pointer. * Update tests (2 tests). * Make tests exceptionless. * Fix builing issues. * Add more tests. Add json_pointer validation in array-inl.h and object-inl.h and empty json_pointer in document-inl.h. * Fix errors in tests. * Review. * Add missing comment.