From bae61ae945817f2699502114f069fe439617e029 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 27 Dec 2016 02:20:01 +0330 Subject: added a link for the json library mutator is using --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65fa08f..f18660f 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,8 @@ Misra 2012 support will be added in the future.
Also a note regarding building the LLVM libraries. It is safer to build the libraries with clang++ if youre going to later use those libraries with clang++(you can get the distro version of clang from your distro's repo). The same applies to g++.
The master branch is the dev version. Release versions will be forked.
Doxygen comments will be added later on.
-The XML Misra-C report uses [TinyXML-2](https://github.com/leethomason/tinyxml2). It is lighweight and fast and the license suits the mutator project.
+The XML reports use [TinyXML-2](https://github.com/leethomason/tinyxml2). It is lighweight and fast and the license suits the mutator project.
+The JSON reports use [JSON](https://github.com/nlohmann/json) by [nlohmann](https://github.com/nlohmann).
### Feedback If you run into an issue please raise one here or just contact me with proper information(including source code that causes the issue if there is any).
-- cgit v1.2.3