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

implement on write to a nested structure #3

Open
yellowbean opened this issue Jul 4, 2023 · 0 comments
Open

implement on write to a nested structure #3

yellowbean opened this issue Jul 4, 2023 · 0 comments

Comments

@yellowbean
Copy link
Owner

Support function:

  • set_val(path, val) -> replace the value inside the data structure where the path points to with val
  • transform(path, func) -> apply the func to the value where path points to

The path should be compatible with the query function.

Research:

@yellowbean yellowbean pinned this issue Jul 4, 2023
@yellowbean yellowbean unpinned this issue Jul 22, 2023
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

No branches or pull requests

1 participant