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

Callback for set in JsonStore #10

Open
fadoe opened this issue Mar 18, 2015 · 1 comment
Open

Callback for set in JsonStore #10

fadoe opened this issue Mar 18, 2015 · 1 comment

Comments

@fadoe
Copy link

fadoe commented Mar 18, 2015

For JsonStore I need to use a callback for method set() to manipulate the existing value. I is very easy to implement, but for which version should I send a pull request?

The master looks not good for me to use it now in production. And for the tag 1.1 I can't find a equal branch.

Do you have a stable branch for version 1.x or can you create one?

There are also two versions to implement the callback:

  • We can check in the get method and call the callback.
  • We use a new method for example setByCallback.

Which version you prefer?

@fadoe
Copy link
Author

fadoe commented Mar 18, 2015

have a look at https://github.com/fadoe/JsonPath/tree/1.0

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