You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@
11
11
12
12

13
13
14
-
A [JSON-RPC](https://www.jsonrpc.org/)(1.0 & 2.0) framework implemented in C++17 using the [nlohmann's json for modern C++](https://github.com/nlohmann/json).
14
+
A [JSON-RPC](https://www.jsonrpc.org/) 2.0 framework implemented in C++17 using the [nlohmann's json for modern C++](https://github.com/nlohmann/json).
15
15
16
-
- JSON-RPC 1.0 and 2.0 compliant client
17
-
- JSON-RPC 1.0 and 2.0 compliant server
16
+
- JSON-RPC 2.0 compliant client
17
+
- JSON-RPC 2.0 compliant server
18
18
- Transport agnostic interfaces
19
19
- Compile time type mapping (using [nlohmann's arbitrary type conversion](https://github.com/nlohmann/json#arbitrary-types-conversions))
0 commit comments