Actions
Feature #1608
closedAdd option to disable JSON escape slash
Effort:
low
Difficulty:
low
Label:
Description
We like to have the ability to search (grep) through JSON logs without de-serialization, however this becomes very tedious with the default presence of the JSON escape slash. I was planning to generate a patch to remove the JSON_ESCAPE_SLASH flag from the json_dump_callback function to fit our needs, however I am also happy to put in a little more effort to instead make this an option and contribute it back.
Let me know if this is something that the community would be interested in.
Updated by Victor Julien almost 9 years ago
I wonder if this could/should be default behaviour. Not sure why we enable this option. Thoughts anyone?
Updated by Andreas Herz almost 9 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Updated by Victor Julien over 6 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Zach Rasmor
Care to submit a patch Zach?
Updated by Victor Julien over 6 years ago
- Assignee changed from Zach Rasmor to Anonymous
- Effort set to low
- Difficulty set to low
Updated by Shivani Bhardwaj over 5 years ago
Is this still relevant? Can I work on this?
Updated by Philippe Antoine 12 months ago
- Status changed from New to Closed
Solved by the use of jsonbuilder, right ?
Actions