-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: implement get_by_schema
#110
Conversation
The example can as follows:
|
264f320
to
81a280d
Compare
81a280d
to
f312279
Compare
I think we can use Here "/" is like
But I think it's ok because It is allowed to start with any (nested) Another question is that should we expand the results or keep the pointers. For example, |
For the second question, if we do not expand it is a JSON pointer. The problem is how to name the key, the key is still the JSON pointer, such as Does the problem become complicated? Maybe we will not need to support the array index. |
I think we do not need to support the array index in the schema now.
are there more details? |
Since the time complexity of |
240b568
to
6c5c8b6
Compare
Continuation of #108
array index needs specificationNot support yettest_failed_4
is not pass because I just do one step ofskip_one
in this caseobject.get_mut(&key.deref())
could be a slow path