Skip to content

multi-path parse function by on-demand#63

Open
heykirby wants to merge 1 commit into
simdjson:mainfrom
heykirby:feature_path_based_parser
Open

multi-path parse function by on-demand#63
heykirby wants to merge 1 commit into
simdjson:mainfrom
heykirby:feature_path_based_parser

Conversation

@heykirby

@heykirby heykirby commented Nov 26, 2024

Copy link
Copy Markdown

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

  • Avoid json node repeated construction
  • Can specify the json node value type, the default is string type(If a json node is list or object type, only string type can be returned)
  • Can parse object and array values ​​at the same time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant