From 3195c242c2e966b62c13c0a2251a92aeeda87221 Mon Sep 17 00:00:00 2001 From: data-man Date: Thu, 17 Oct 2019 20:15:11 +0500 Subject: [PATCH] Remove JSON library from users --- docs/opensource-users.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 87d47cee..36c0db64 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -53,9 +53,6 @@ Open source Oracle Tuxedo-like XATMI middleware for C and C++. ### [Inja](https://github.com/pantor/inja) A header-only template engine for modern C++. -### [JSON for Modern C++](https://github.com/nlohmann/json) -A, single-header, JSON parsing library that takes advantage of what C++ has to offer. - ### [libcluon](https://github.com/chrberger/libcluon) A single-header-only library written in C++14 to glue distributed software components (UDP, TCP, shared memory) supporting natively Protobuf, LCM/ZCM, MsgPack, and JSON for dynamic message transformations in-between.