|
|
|
|
|
by waoush
1594 days ago
|
|
Coming in to give this a +1 I am developing an Apache module that does some authentication stuff, and I needed a way to parse and read JSON in C. I really did not want to deal with doing that myself, and I wanted to avoid any complicated library. This is super easy to use, and is just one file. |
|
Are you parsing JWT objects?
A parser written in C shouldn’t be used on something like an authentication library for web services.