Ervin Hegedus

Results 605 comments of Ervin Hegedus

> AFAICT they haven't replied to anyone asking about YAJL on github in many years. I see no notable github activity on their account in 10 years. I saw that...

Just a side note: it seems like Debian package maintainer made a [fork](https://github.com/jstamp/yajl) and he tries to contribute the code. This is the upstream of official [Debian](https://salsa.debian.org/lts-team/packages/yajl/) [package](https://sources.debian.org/src/yajl/2.1.0-5/debian/control/).

I made some researches in this topic, and now I'm completely disappointed. Honestly, I think it's harder to make a good decision than I thought. Here are the libraries what...

To all: I've reviewed the available JSON parsers and organized them by my criteria - see [this](https://github.com/owasp-modsecurity/ModSecurity/issues/3308#issuecomment-2722023486) comment. There are some important requirements that the candidate must meet: * **must...

> `yyjson` seems to have an option read data using `YYJSON_READ_INSITU` without having to parse the whole DOM document. It's not SAX, but could be close enough for modsecurity needs?...

> Looks like the `i3` project is also exploring alternatives to YAJL: [i3/i3#6257](https://github.com/i3/i3/issues/6257) Yes, and it seems like they try `yyjson` [too](https://github.com/i3/i3/compare/next...orestisfl:i3:yyjson-tree_append_json). Thanks, now I think it worth a try.

> > The tool is here: > > https://github.com/digitalwave/jsonbench > > It seems it's not public. Ah, sorry - now it's public.

> [@bujikun](https://github.com/bujikun) check this COPR I created with the builds for EPEL10: https://copr.fedorainfracloud.org/coprs/mikelo2/modsecurity-el10/ Thanks @mikelolasagasti. This issue is still on my list with priority (unfortunately I was very busy in...

Hi @gruenich, > Another [data point from a prominent C library](https://lists.xenproject.org/archives/html/xen-devel/2025-10/msg00214.html): > > > Xen 4.21.0-rc1 was released today. yajl is no longer a hard > > dependency. Xen will...

> RapidJSON had its last release in 2016, lots of open issues, and numerous unmerged pull requests. Similar to yajl, there are forks but non really took over, see [Tencent/rapidjson#2321](https://github.com/Tencent/rapidjson/issues/2321)....