simdjson / simdjson-java

A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions
Apache License 2.0
289 stars 22 forks source link

multi-path parse function by on-demand #63

Open heykirby opened 3 days ago

heykirby commented 3 days ago

hello, piotrrzysko, thank you for your guidance. I implemented the function to parse values ​​on multiple json paths at the same time, based on OnDemandJsonIterator. Advantages of PathsBasedJsonParser