-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Remove the use of sdb_json_*
API
#985
Comments
What's the status of this? Is anything missing? |
@ret2libc the panels PR is already there, it's just blocked by the unrelated bug in loading layout - it wasn't working even before my change. |
@XVilka Postponing this to one of the next releases then? |
It is quick to do once more important issues are finished. Wait until 0.3.0 is closer, then we can consider to move this if not possible to finish. |
The |
Blocked by #1108 |
So according to this, this issue should not be blocked anymore, right? |
@ret2libc it will be closed once #1118 is finished and merged. Apparently, new JSON Path doesn't work in all cases that were covered by sdbjson, see failed tests at https://builds.sr.ht/~xvilka/job/534185#task-test-0 Some cases are tricky, for example
|
I think the test is just wrong... there is no |
Remove use of
sdb_json_*
API:For parsing JSON there is already
librz/util/json_parser.c
/librz/include/rz_util/rz_json.h
API. Good example on how to use such an API is inlibrz/analysis/serialize_analysis.c
.For storing configuration it's better to use something different.
The text was updated successfully, but these errors were encountered: