-
Notifications
You must be signed in to change notification settings - Fork 1
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
JSON-escape strings #4
Conversation
At the moment to use I believe this was my thought process when I decided to completely ignore the need to escape strings in JSON. So maybe instead of implementing our own JSON escaping implementation you can help me pick a good JSON library to use? |
I'm trying to implement support for partial builds (with https://github.com/nlohmann/json for JSON handling) and as you recognized it will make this PR obsolete. BTW, when the new command replaces an existing command(-s?) in the database? Never? Meaning, new commands are always appended except for exact duplicates (e.g. same "filename", "directory" and "arguments")? |
This sounds great! 🤩
This is a very good question. On one hand, Actually, speaking of Bear... It is an option to "simply" integrate |
@d3m3t3r, thank you for your contribution! |
This is what I come up for the support of incremental update so far: https://github.com/d3m3t3r/basset/tree/incremental-update |
@d3m3t3r, don't be shy! Feel free to create a PR. If it is still "work in progress", you can mark it as draft. In any case it will serve as advertisement of your work and upcoming feature in |
Add JSON-escaping for string values (e.g. arguments and filenames) in the output.