Daniel Lemire

Results 1864 comments of Daniel Lemire

With all issues having to do with performance, we really want to have measurements (benchmarks). This being said, what you describe is not too difficult to implement but we really...

@jkeiser The `find_field` assumes that you provide the keys in order, so if a key is missing, you end up at the end, and if you want to continue, you...

@mbasmanova Work on this feature will start 'soon' (1 week or 2 weeks). JSON Path is quite rich, and it is (if nothing else) challenging to test support. However, we...

@mbasmanova Sorry for the delay. We fully support JSON Pointer with high performance. Supporting JSON with high performance is... challenging. A subset of the language could be supported, but this...

Basically, there are engineering issues involved to do it efficiently. If you don't care about performance, then it is easy, of course, but providing slow code is not in the...

> but do you happen whether it is possible to automatically re-write a subset of JSON Path queries into JSON Pointers queries? Basically JSON Pointer provides forward queries... Given ```JSON...

@FranciscoThiesen It can be quite challenging, and maybe difficult as a starting point. However, you are welcome to give it a try, it might prove to be easier than I...

@mbasmanova Yes, such support could be done relatively quickly.

Maybe @FranciscoThiesen could be interested !!!