FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

multi-path parse function by on-demand by heykirby · Pull Request #63 · simdjson/simdjson-java · GitHub

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 commented Nov 26, 2024
edited
Loading

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL