C++ library for parsing simple (non-nested) JSON encoded strings. The code in this repo. is part of the implementation of a light stream processing application to analyze system's logs (some kind of HIDS) that is currently in development.
-
OS Used in development: Ubuntu 18.04
-
Additional system information: Linux 4.18.0-21-generic #22~18.04.1-Ubuntu SMP Thu May 16 15:07:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
UNTIL FURTHER NOTICE, TRY IT WITH THE FOLLOWING COMANDS:
$ sudo apt-get install -y build-essential
$ make
$ make run
$ make debug
$ make test