Open
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
I have encountered an issue with parsing json strings with single quotes:
the following VRL expression:
.bad = parse_json!(.bad)
parsing the following event:
{
bad: "{'test': 'hello'}"
}
returns an error saying the json is invalid...
I also tested in the VRL playground
Please help :)
Thanks in advance
Configuration
Version
0.38
Debug Output
Example Data
No response
Additional Context
No response
References
No response