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
-[JSONTestSuite and JSON_checker test suites](https://danielaparker.github.io/json_benchmarks/)
79
+
80
+
-[Performance benchmarks with text and integers](https://github.com/danielaparker/json_benchmarks/blob/master/report/performance.md)
81
+
82
+
-[Performance benchmarks with text and doubles](https://github.com/danielaparker/json_benchmarks/blob/master/report/performance_fp.md)
83
+
84
+
The benchmark code is available [here](https://github.com/danielaparker/json_benchmarks).
85
+
86
+
[JSONPath Comparison](https://cburgmer.github.io/json-path-comparison/) shows how jsoncons JsonPath compares with other implementations
87
+
76
88
## Get jsoncons
77
89
78
90
You can use the [vcpkg](https://github.com/Microsoft/vcpkg) platform library manager to install the [jsoncons package](https://github.com/microsoft/vcpkg/tree/master/ports/jsoncons).
@@ -96,18 +108,6 @@ The library uses exceptions and in some cases [std::error_code](https://en.cppre
96
108
all jsoncons exception classes implement the [jsoncons::json_error](doc/ref/corelib/json_error.md) interface.
97
109
If exceptions are disabled or if the compile time macro `JSONCONS_NO_EXCEPTIONS` is defined, throws become calls to `std::terminate`.
98
110
99
-
## Benchmarks
100
-
101
-
[json_benchmarks](https://github.com/danielaparker/json_benchmarks) provides some measurements about how `jsoncons` compares to other `json` libraries.
102
-
103
-
-[JSONTestSuite and JSON_checker test suites](https://danielaparker.github.io/json_benchmarks/)
104
-
105
-
-[Performance benchmarks with text and integers](https://github.com/danielaparker/json_benchmarks/blob/master/report/performance.md)
106
-
107
-
-[Performance benchmarks with text and doubles](https://github.com/danielaparker/json_benchmarks/blob/master/report/performance_fp.md)
108
-
109
-
[JSONPath Comparison](https://cburgmer.github.io/json-path-comparison/) shows how jsoncons JsonPath compares with other implementations
0 commit comments