Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Feature]: Implement partial JSON parser #40231

Closed
ushirask opened this issue Apr 17, 2023 · 1 comment
Closed

[New Feature]: Implement partial JSON parser #40231

ushirask opened this issue Apr 17, 2023 · 1 comment
Assignees
Labels
Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature

Comments

@ushirask
Copy link
Contributor

Description

Since projection is not supported in json parsing, we need to fully convert the json object before we can use it. We can use partial parsing instead when the use case does not require full conversion to save memory and improve efficiency.

Describe your problem(s)

No response

Describe your solution(s)

No response

Related area

-> Compilation

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

@ushirask ushirask added Type/NewFeature Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. labels Apr 17, 2023
@ushirask ushirask self-assigned this Apr 17, 2023
@ushirask
Copy link
Contributor Author

Closing this as this was moved to the module-ballerina-data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/NewFeature
Projects
Archived in project
Development

No branches or pull requests

1 participant