First release of open-appsec source code

This commit is contained in:
roybarda
2022-10-26 19:33:19 +03:00
parent 3883109caf
commit a883352f79
1353 changed files with 276290 additions and 1 deletions

7
external/yajl/example/README.md vendored Normal file
View File

@@ -0,0 +1,7 @@
This directory holds an example of how one might use yajl in the
simplest possible way, to do something like parse and extract values
from a configuration file.
Note that use of the yajl_tree.h utility is completely optional, and
yajl_parse.h offers a lower level stream parsing API that is more
efficient and flexible at the cost of some complexity.