simdjson 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2532) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +4 -0
  3. data/.gitmodules +2 -0
  4. data/Rakefile +14 -11
  5. data/ext/simdjson/extconf.rb +2 -17
  6. data/ext/simdjson/simdjson.cpp +14137 -52
  7. data/ext/simdjson/simdjson_ruby.cpp +72 -0
  8. data/lib/simdjson/version.rb +1 -1
  9. data/simdjson.gemspec +3 -2
  10. metadata +4 -2596
  11. data/ext/simdjson/simdjson.hpp +0 -13
  12. data/vendor/simdjson/AUTHORS +0 -4
  13. data/vendor/simdjson/CMakeFiles/3.16.3/CompilerIdC/a.out +0 -0
  14. data/vendor/simdjson/CMakeFiles/3.16.3/CompilerIdCXX/a.out +0 -0
  15. data/vendor/simdjson/CMakeLists.txt +0 -92
  16. data/vendor/simdjson/CONTRIBUTING.md +0 -92
  17. data/vendor/simdjson/CONTRIBUTORS +0 -39
  18. data/vendor/simdjson/Dockerfile +0 -88
  19. data/vendor/simdjson/Doxyfile +0 -2578
  20. data/vendor/simdjson/HACKING.md +0 -652
  21. data/vendor/simdjson/LICENSE +0 -201
  22. data/vendor/simdjson/README.md +0 -190
  23. data/vendor/simdjson/RELEASES.md +0 -50
  24. data/vendor/simdjson/benchmark/CMakeLists.txt +0 -37
  25. data/vendor/simdjson/benchmark/Dockerfile +0 -19
  26. data/vendor/simdjson/benchmark/bench_dom_api.cpp +0 -552
  27. data/vendor/simdjson/benchmark/bench_parse_call.cpp +0 -162
  28. data/vendor/simdjson/benchmark/benchfeatures.cpp +0 -466
  29. data/vendor/simdjson/benchmark/benchmark.h +0 -106
  30. data/vendor/simdjson/benchmark/benchmarker.h +0 -522
  31. data/vendor/simdjson/benchmark/checkperf.cmake +0 -101
  32. data/vendor/simdjson/benchmark/distinctuseridcompetition.cpp +0 -406
  33. data/vendor/simdjson/benchmark/event_counter.h +0 -152
  34. data/vendor/simdjson/benchmark/get_corpus_benchmark.cpp +0 -57
  35. data/vendor/simdjson/benchmark/linux/linux-perf-events.h +0 -101
  36. data/vendor/simdjson/benchmark/minifiercompetition.cpp +0 -184
  37. data/vendor/simdjson/benchmark/parse.cpp +0 -222
  38. data/vendor/simdjson/benchmark/parse_stream.cpp +0 -191
  39. data/vendor/simdjson/benchmark/parseandstatcompetition.cpp +0 -488
  40. data/vendor/simdjson/benchmark/parsingcompetition.cpp +0 -361
  41. data/vendor/simdjson/benchmark/perfdiff.cpp +0 -114
  42. data/vendor/simdjson/benchmark/statisticalmodel.cpp +0 -207
  43. data/vendor/simdjson/cmake/add_cpp_test.cmake +0 -49
  44. data/vendor/simdjson/cmake/simdjson-flags.cmake +0 -155
  45. data/vendor/simdjson/cmake/simdjson-user-cmakecache.cmake +0 -24
  46. data/vendor/simdjson/dependencies/CMakeLists.txt +0 -89
  47. data/vendor/simdjson/dependencies/benchmark/AUTHORS +0 -56
  48. data/vendor/simdjson/dependencies/benchmark/BUILD.bazel +0 -44
  49. data/vendor/simdjson/dependencies/benchmark/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  50. data/vendor/simdjson/dependencies/benchmark/CMakeFiles/progress.marks +0 -1
  51. data/vendor/simdjson/dependencies/benchmark/CMakeLists.txt +0 -279
  52. data/vendor/simdjson/dependencies/benchmark/CONTRIBUTING.md +0 -58
  53. data/vendor/simdjson/dependencies/benchmark/CONTRIBUTORS +0 -78
  54. data/vendor/simdjson/dependencies/benchmark/CTestTestfile.cmake +0 -7
  55. data/vendor/simdjson/dependencies/benchmark/LICENSE +0 -202
  56. data/vendor/simdjson/dependencies/benchmark/Makefile +0 -220
  57. data/vendor/simdjson/dependencies/benchmark/README.md +0 -1290
  58. data/vendor/simdjson/dependencies/benchmark/WORKSPACE +0 -15
  59. data/vendor/simdjson/dependencies/benchmark/_config.yml +0 -1
  60. data/vendor/simdjson/dependencies/benchmark/appveyor.yml +0 -50
  61. data/vendor/simdjson/dependencies/benchmark/cmake/AddCXXCompilerFlag.cmake +0 -74
  62. data/vendor/simdjson/dependencies/benchmark/cmake/CXXFeatureCheck.cmake +0 -64
  63. data/vendor/simdjson/dependencies/benchmark/cmake/Config.cmake.in +0 -1
  64. data/vendor/simdjson/dependencies/benchmark/cmake/GetGitVersion.cmake +0 -54
  65. data/vendor/simdjson/dependencies/benchmark/cmake/GoogleTest.cmake +0 -41
  66. data/vendor/simdjson/dependencies/benchmark/cmake/GoogleTest.cmake.in +0 -58
  67. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMAr.cmake +0 -16
  68. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMNm.cmake +0 -16
  69. data/vendor/simdjson/dependencies/benchmark/cmake/Modules/FindLLVMRanLib.cmake +0 -15
  70. data/vendor/simdjson/dependencies/benchmark/cmake/benchmark.pc.in +0 -12
  71. data/vendor/simdjson/dependencies/benchmark/cmake/gnu_posix_regex.cpp +0 -12
  72. data/vendor/simdjson/dependencies/benchmark/cmake/llvm-toolchain.cmake +0 -8
  73. data/vendor/simdjson/dependencies/benchmark/cmake/posix_regex.cpp +0 -14
  74. data/vendor/simdjson/dependencies/benchmark/cmake/split_list.cmake +0 -3
  75. data/vendor/simdjson/dependencies/benchmark/cmake/std_regex.cpp +0 -10
  76. data/vendor/simdjson/dependencies/benchmark/cmake/steady_clock.cpp +0 -7
  77. data/vendor/simdjson/dependencies/benchmark/cmake/thread_safety_attributes.cpp +0 -4
  78. data/vendor/simdjson/dependencies/benchmark/cmake_install.cmake +0 -45
  79. data/vendor/simdjson/dependencies/benchmark/conan/CMakeLists.txt +0 -7
  80. data/vendor/simdjson/dependencies/benchmark/conan/test_package/CMakeLists.txt +0 -10
  81. data/vendor/simdjson/dependencies/benchmark/conan/test_package/conanfile.py +0 -19
  82. data/vendor/simdjson/dependencies/benchmark/conan/test_package/test_package.cpp +0 -18
  83. data/vendor/simdjson/dependencies/benchmark/conanfile.py +0 -79
  84. data/vendor/simdjson/dependencies/benchmark/dependencies.md +0 -18
  85. data/vendor/simdjson/dependencies/benchmark/docs/AssemblyTests.md +0 -147
  86. data/vendor/simdjson/dependencies/benchmark/docs/_config.yml +0 -1
  87. data/vendor/simdjson/dependencies/benchmark/docs/tools.md +0 -199
  88. data/vendor/simdjson/dependencies/benchmark/include/benchmark/benchmark.h +0 -1586
  89. data/vendor/simdjson/dependencies/benchmark/mingw.py +0 -320
  90. data/vendor/simdjson/dependencies/benchmark/releasing.md +0 -16
  91. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
  92. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/CXX.includecache +0 -738
  93. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/DependInfo.cmake +0 -47
  94. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/build.make +0 -354
  95. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +0 -27
  96. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +0 -3
  97. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/depend.internal +0 -157
  98. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/depend.make +0 -157
  99. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/flags.make +0 -10
  100. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/link.txt +0 -2
  101. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark.dir/progress.make +0 -20
  102. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/CXX.includecache +0 -40
  103. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +0 -31
  104. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/build.make +0 -99
  105. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +0 -10
  106. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +0 -3
  107. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/depend.internal +0 -6
  108. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/depend.make +0 -6
  109. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/flags.make +0 -10
  110. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/link.txt +0 -2
  111. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/benchmark_main.dir/progress.make +0 -3
  112. data/vendor/simdjson/dependencies/benchmark/src/CMakeFiles/progress.marks +0 -1
  113. data/vendor/simdjson/dependencies/benchmark/src/CMakeLists.txt +0 -116
  114. data/vendor/simdjson/dependencies/benchmark/src/CTestTestfile.cmake +0 -6
  115. data/vendor/simdjson/dependencies/benchmark/src/Makefile +0 -822
  116. data/vendor/simdjson/dependencies/benchmark/src/arraysize.h +0 -33
  117. data/vendor/simdjson/dependencies/benchmark/src/benchmark.cc +0 -499
  118. data/vendor/simdjson/dependencies/benchmark/src/benchmark_api_internal.cc +0 -15
  119. data/vendor/simdjson/dependencies/benchmark/src/benchmark_api_internal.h +0 -53
  120. data/vendor/simdjson/dependencies/benchmark/src/benchmark_main.cc +0 -17
  121. data/vendor/simdjson/dependencies/benchmark/src/benchmark_name.cc +0 -58
  122. data/vendor/simdjson/dependencies/benchmark/src/benchmark_register.cc +0 -506
  123. data/vendor/simdjson/dependencies/benchmark/src/benchmark_register.h +0 -107
  124. data/vendor/simdjson/dependencies/benchmark/src/benchmark_runner.cc +0 -361
  125. data/vendor/simdjson/dependencies/benchmark/src/benchmark_runner.h +0 -51
  126. data/vendor/simdjson/dependencies/benchmark/src/check.h +0 -82
  127. data/vendor/simdjson/dependencies/benchmark/src/cmake_install.cmake +0 -39
  128. data/vendor/simdjson/dependencies/benchmark/src/colorprint.cc +0 -188
  129. data/vendor/simdjson/dependencies/benchmark/src/colorprint.h +0 -33
  130. data/vendor/simdjson/dependencies/benchmark/src/commandlineflags.cc +0 -228
  131. data/vendor/simdjson/dependencies/benchmark/src/commandlineflags.h +0 -103
  132. data/vendor/simdjson/dependencies/benchmark/src/complexity.cc +0 -238
  133. data/vendor/simdjson/dependencies/benchmark/src/complexity.h +0 -55
  134. data/vendor/simdjson/dependencies/benchmark/src/console_reporter.cc +0 -177
  135. data/vendor/simdjson/dependencies/benchmark/src/counter.cc +0 -80
  136. data/vendor/simdjson/dependencies/benchmark/src/counter.h +0 -32
  137. data/vendor/simdjson/dependencies/benchmark/src/csv_reporter.cc +0 -154
  138. data/vendor/simdjson/dependencies/benchmark/src/cycleclock.h +0 -192
  139. data/vendor/simdjson/dependencies/benchmark/src/internal_macros.h +0 -94
  140. data/vendor/simdjson/dependencies/benchmark/src/json_reporter.cc +0 -253
  141. data/vendor/simdjson/dependencies/benchmark/src/log.h +0 -74
  142. data/vendor/simdjson/dependencies/benchmark/src/mutex.h +0 -155
  143. data/vendor/simdjson/dependencies/benchmark/src/re.h +0 -158
  144. data/vendor/simdjson/dependencies/benchmark/src/reporter.cc +0 -105
  145. data/vendor/simdjson/dependencies/benchmark/src/sleep.cc +0 -51
  146. data/vendor/simdjson/dependencies/benchmark/src/sleep.h +0 -15
  147. data/vendor/simdjson/dependencies/benchmark/src/statistics.cc +0 -193
  148. data/vendor/simdjson/dependencies/benchmark/src/statistics.h +0 -37
  149. data/vendor/simdjson/dependencies/benchmark/src/string_util.cc +0 -252
  150. data/vendor/simdjson/dependencies/benchmark/src/string_util.h +0 -59
  151. data/vendor/simdjson/dependencies/benchmark/src/sysinfo.cc +0 -708
  152. data/vendor/simdjson/dependencies/benchmark/src/thread_manager.h +0 -64
  153. data/vendor/simdjson/dependencies/benchmark/src/thread_timer.h +0 -86
  154. data/vendor/simdjson/dependencies/benchmark/src/timers.cc +0 -217
  155. data/vendor/simdjson/dependencies/benchmark/src/timers.h +0 -48
  156. data/vendor/simdjson/dependencies/benchmark/test/AssemblyTests.cmake +0 -46
  157. data/vendor/simdjson/dependencies/benchmark/test/BUILD +0 -73
  158. data/vendor/simdjson/dependencies/benchmark/test/CMakeLists.txt +0 -260
  159. data/vendor/simdjson/dependencies/benchmark/test/basic_test.cc +0 -136
  160. data/vendor/simdjson/dependencies/benchmark/test/benchmark_gtest.cc +0 -128
  161. data/vendor/simdjson/dependencies/benchmark/test/benchmark_name_gtest.cc +0 -74
  162. data/vendor/simdjson/dependencies/benchmark/test/benchmark_test.cc +0 -245
  163. data/vendor/simdjson/dependencies/benchmark/test/clobber_memory_assembly_test.cc +0 -64
  164. data/vendor/simdjson/dependencies/benchmark/test/commandlineflags_gtest.cc +0 -201
  165. data/vendor/simdjson/dependencies/benchmark/test/complexity_test.cc +0 -213
  166. data/vendor/simdjson/dependencies/benchmark/test/cxx03_test.cc +0 -63
  167. data/vendor/simdjson/dependencies/benchmark/test/diagnostics_test.cc +0 -80
  168. data/vendor/simdjson/dependencies/benchmark/test/display_aggregates_only_test.cc +0 -43
  169. data/vendor/simdjson/dependencies/benchmark/test/donotoptimize_assembly_test.cc +0 -163
  170. data/vendor/simdjson/dependencies/benchmark/test/donotoptimize_test.cc +0 -52
  171. data/vendor/simdjson/dependencies/benchmark/test/filter_test.cc +0 -104
  172. data/vendor/simdjson/dependencies/benchmark/test/fixture_test.cc +0 -49
  173. data/vendor/simdjson/dependencies/benchmark/test/internal_threading_test.cc +0 -184
  174. data/vendor/simdjson/dependencies/benchmark/test/link_main_test.cc +0 -8
  175. data/vendor/simdjson/dependencies/benchmark/test/map_test.cc +0 -57
  176. data/vendor/simdjson/dependencies/benchmark/test/memory_manager_test.cc +0 -44
  177. data/vendor/simdjson/dependencies/benchmark/test/multiple_ranges_test.cc +0 -96
  178. data/vendor/simdjson/dependencies/benchmark/test/options_test.cc +0 -75
  179. data/vendor/simdjson/dependencies/benchmark/test/output_test.h +0 -213
  180. data/vendor/simdjson/dependencies/benchmark/test/output_test_helper.cc +0 -515
  181. data/vendor/simdjson/dependencies/benchmark/test/register_benchmark_test.cc +0 -184
  182. data/vendor/simdjson/dependencies/benchmark/test/report_aggregates_only_test.cc +0 -39
  183. data/vendor/simdjson/dependencies/benchmark/test/reporter_output_test.cc +0 -748
  184. data/vendor/simdjson/dependencies/benchmark/test/skip_with_error_test.cc +0 -189
  185. data/vendor/simdjson/dependencies/benchmark/test/state_assembly_test.cc +0 -68
  186. data/vendor/simdjson/dependencies/benchmark/test/statistics_gtest.cc +0 -28
  187. data/vendor/simdjson/dependencies/benchmark/test/string_util_gtest.cc +0 -153
  188. data/vendor/simdjson/dependencies/benchmark/test/templated_fixture_test.cc +0 -28
  189. data/vendor/simdjson/dependencies/benchmark/test/user_counters_tabular_test.cc +0 -285
  190. data/vendor/simdjson/dependencies/benchmark/test/user_counters_test.cc +0 -531
  191. data/vendor/simdjson/dependencies/benchmark/test/user_counters_thousands_test.cc +0 -173
  192. data/vendor/simdjson/dependencies/benchmark/tools/compare.py +0 -408
  193. data/vendor/simdjson/dependencies/benchmark/tools/gbench/__init__.py +0 -8
  194. data/vendor/simdjson/dependencies/benchmark/tools/gbench/report.py +0 -541
  195. data/vendor/simdjson/dependencies/benchmark/tools/gbench/util.py +0 -164
  196. data/vendor/simdjson/dependencies/benchmark/tools/strip_asm.py +0 -151
  197. data/vendor/simdjson/dependencies/cJSON/CHANGELOG.md +0 -375
  198. data/vendor/simdjson/dependencies/cJSON/CMakeLists.txt +0 -251
  199. data/vendor/simdjson/dependencies/cJSON/CONTRIBUTORS.md +0 -51
  200. data/vendor/simdjson/dependencies/cJSON/LICENSE +0 -20
  201. data/vendor/simdjson/dependencies/cJSON/Makefile +0 -157
  202. data/vendor/simdjson/dependencies/cJSON/README.md +0 -533
  203. data/vendor/simdjson/dependencies/cJSON/appveyor.yml +0 -86
  204. data/vendor/simdjson/dependencies/cJSON/cJSON.c +0 -2936
  205. data/vendor/simdjson/dependencies/cJSON/cJSON.h +0 -285
  206. data/vendor/simdjson/dependencies/cJSON/cJSON_Utils.c +0 -1450
  207. data/vendor/simdjson/dependencies/cJSON/cJSON_Utils.h +0 -88
  208. data/vendor/simdjson/dependencies/cJSON/fuzzing/CMakeLists.txt +0 -28
  209. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl-prepare-linux.sh +0 -5
  210. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl.c +0 -176
  211. data/vendor/simdjson/dependencies/cJSON/fuzzing/afl.sh +0 -9
  212. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test1 +0 -22
  213. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test10 +0 -1
  214. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test11 +0 -8
  215. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test2 +0 -11
  216. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3 +0 -26
  217. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.bu +0 -26
  218. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.uf +0 -26
  219. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test3.uu +0 -26
  220. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test4 +0 -88
  221. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test5 +0 -27
  222. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test6 +0 -16
  223. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test7 +0 -22
  224. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test8 +0 -13
  225. data/vendor/simdjson/dependencies/cJSON/fuzzing/inputs/test9 +0 -5
  226. data/vendor/simdjson/dependencies/cJSON/fuzzing/json.dict +0 -47
  227. data/vendor/simdjson/dependencies/cJSON/library_config/cJSONConfig.cmake.in +0 -29
  228. data/vendor/simdjson/dependencies/cJSON/library_config/cJSONConfigVersion.cmake.in +0 -11
  229. data/vendor/simdjson/dependencies/cJSON/library_config/libcjson.pc.in +0 -10
  230. data/vendor/simdjson/dependencies/cJSON/library_config/libcjson_utils.pc.in +0 -10
  231. data/vendor/simdjson/dependencies/cJSON/test.c +0 -268
  232. data/vendor/simdjson/dependencies/cJSON/tests/CMakeLists.txt +0 -115
  233. data/vendor/simdjson/dependencies/cJSON/tests/cjson_add.c +0 -422
  234. data/vendor/simdjson/dependencies/cJSON/tests/common.h +0 -122
  235. data/vendor/simdjson/dependencies/cJSON/tests/compare_tests.c +0 -205
  236. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test1 +0 -22
  237. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test1.expected +0 -22
  238. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test10 +0 -1
  239. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test10.expected +0 -1
  240. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test11 +0 -8
  241. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test11.expected +0 -10
  242. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test2 +0 -11
  243. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test2.expected +0 -18
  244. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test3 +0 -26
  245. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test3.expected +0 -28
  246. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test4 +0 -88
  247. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test4.expected +0 -94
  248. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test5 +0 -27
  249. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test5.expected +0 -54
  250. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test6 +0 -16
  251. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test7 +0 -22
  252. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test7.expected +0 -19
  253. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test8 +0 -13
  254. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test8.expected +0 -13
  255. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test9 +0 -5
  256. data/vendor/simdjson/dependencies/cJSON/tests/inputs/test9.expected +0 -1
  257. data/vendor/simdjson/dependencies/cJSON/tests/json-patch-tests/README.md +0 -75
  258. data/vendor/simdjson/dependencies/cJSON/tests/json_patch_tests.c +0 -243
  259. data/vendor/simdjson/dependencies/cJSON/tests/misc_tests.c +0 -579
  260. data/vendor/simdjson/dependencies/cJSON/tests/misc_utils_tests.c +0 -80
  261. data/vendor/simdjson/dependencies/cJSON/tests/old_utils_tests.c +0 -205
  262. data/vendor/simdjson/dependencies/cJSON/tests/parse_array.c +0 -166
  263. data/vendor/simdjson/dependencies/cJSON/tests/parse_examples.c +0 -214
  264. data/vendor/simdjson/dependencies/cJSON/tests/parse_hex4.c +0 -73
  265. data/vendor/simdjson/dependencies/cJSON/tests/parse_number.c +0 -110
  266. data/vendor/simdjson/dependencies/cJSON/tests/parse_object.c +0 -176
  267. data/vendor/simdjson/dependencies/cJSON/tests/parse_string.c +0 -135
  268. data/vendor/simdjson/dependencies/cJSON/tests/parse_value.c +0 -112
  269. data/vendor/simdjson/dependencies/cJSON/tests/parse_with_opts.c +0 -112
  270. data/vendor/simdjson/dependencies/cJSON/tests/print_array.c +0 -100
  271. data/vendor/simdjson/dependencies/cJSON/tests/print_number.c +0 -105
  272. data/vendor/simdjson/dependencies/cJSON/tests/print_object.c +0 -101
  273. data/vendor/simdjson/dependencies/cJSON/tests/print_string.c +0 -78
  274. data/vendor/simdjson/dependencies/cJSON/tests/print_value.c +0 -107
  275. data/vendor/simdjson/dependencies/cJSON/tests/readme_examples.c +0 -258
  276. data/vendor/simdjson/dependencies/cJSON/tests/unity/README.md +0 -231
  277. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/colour_prompt.rb +0 -118
  278. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/colour_reporter.rb +0 -39
  279. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_config.yml +0 -36
  280. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_module.rb +0 -308
  281. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/generate_test_runner.rb +0 -454
  282. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/parse_output.rb +0 -220
  283. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/stylize_as_junit.rb +0 -252
  284. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/test_file_filter.rb +0 -25
  285. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/type_sanitizer.rb +0 -6
  286. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_test_summary.py +0 -139
  287. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_test_summary.rb +0 -136
  288. data/vendor/simdjson/dependencies/cJSON/tests/unity/auto/unity_to_junit.py +0 -146
  289. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
  290. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
  291. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityAssertionsReference.md +0 -770
  292. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityConfigurationGuide.md +0 -435
  293. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityGettingStartedGuide.md +0 -191
  294. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/UnityHelperScriptsGuide.md +0 -254
  295. data/vendor/simdjson/dependencies/cJSON/tests/unity/docs/license.txt +0 -21
  296. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/makefile +0 -71
  297. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/readme.txt +0 -5
  298. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode.c +0 -24
  299. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode.h +0 -3
  300. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode2.c +0 -11
  301. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/src/ProductionCode2.h +0 -2
  302. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/TestProductionCode.c +0 -62
  303. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/TestProductionCode2.c +0 -31
  304. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
  305. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
  306. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/makefile +0 -70
  307. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/readme.txt +0 -5
  308. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode.c +0 -24
  309. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode.h +0 -3
  310. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode2.c +0 -11
  311. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/src/ProductionCode2.h +0 -2
  312. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/TestProductionCode.c +0 -64
  313. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/TestProductionCode2.c +0 -33
  314. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
  315. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
  316. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
  317. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/helper/UnityHelper.c +0 -10
  318. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/helper/UnityHelper.h +0 -12
  319. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/rakefile.rb +0 -43
  320. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/rakefile_helper.rb +0 -249
  321. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/readme.txt +0 -13
  322. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode.c +0 -24
  323. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode.h +0 -3
  324. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode2.c +0 -11
  325. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/src/ProductionCode2.h +0 -2
  326. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/target_gcc_32.yml +0 -46
  327. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/test/TestProductionCode.c +0 -62
  328. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/example_3/test/TestProductionCode2.c +0 -31
  329. data/vendor/simdjson/dependencies/cJSON/tests/unity/examples/unity_config.h +0 -239
  330. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/eclipse/error_parsers.txt +0 -26
  331. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/rakefile.rb +0 -48
  332. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/rakefile_helper.rb +0 -178
  333. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/readme.txt +0 -9
  334. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture.c +0 -432
  335. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture.h +0 -83
  336. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
  337. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
  338. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/Makefile +0 -75
  339. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/main/AllTests.c +0 -22
  340. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/template_fixture_tests.c +0 -39
  341. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
  342. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
  343. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_output_Spy.c +0 -57
  344. data/vendor/simdjson/dependencies/cJSON/tests/unity/extras/fixture/test/unity_output_Spy.h +0 -17
  345. data/vendor/simdjson/dependencies/cJSON/tests/unity/release/build.info +0 -2
  346. data/vendor/simdjson/dependencies/cJSON/tests/unity/release/version.info +0 -2
  347. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity.c +0 -1570
  348. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity.h +0 -503
  349. data/vendor/simdjson/dependencies/cJSON/tests/unity/src/unity_internals.h +0 -870
  350. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/Makefile +0 -66
  351. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_cmd.c +0 -61
  352. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_def.c +0 -57
  353. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_head1.c +0 -55
  354. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_head1.h +0 -15
  355. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_cmd.c +0 -80
  356. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_def.c +0 -76
  357. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_head1.c +0 -75
  358. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_head1.h +0 -13
  359. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_new1.c +0 -89
  360. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_new2.c +0 -89
  361. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_param.c +0 -77
  362. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_run1.c +0 -89
  363. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_run2.c +0 -89
  364. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_mock_yaml.c +0 -90
  365. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_new1.c +0 -67
  366. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_new2.c +0 -70
  367. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_param.c +0 -58
  368. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_run1.c +0 -67
  369. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_run2.c +0 -70
  370. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/expectdata/testsample_yaml.c +0 -71
  371. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/rakefile +0 -125
  372. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/rakefile_helper.rb +0 -260
  373. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
  374. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/clang_file.yml +0 -78
  375. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/clang_strict.yml +0 -78
  376. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_32.yml +0 -49
  377. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_64.yml +0 -50
  378. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_auto_limits.yml +0 -47
  379. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_auto_stdint.yml +0 -59
  380. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/gcc_manual_math.yml +0 -47
  381. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/hitech_picc18.yml +0 -101
  382. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v4.yml +0 -90
  383. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v5.yml +0 -80
  384. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_arm_v5_3.yml +0 -80
  385. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
  386. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_cortexm3_v5.yml +0 -84
  387. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_msp430.yml +0 -95
  388. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/targets/iar_sh2a_v6.yml +0 -86
  389. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/CException.h +0 -11
  390. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/Defs.h +0 -8
  391. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/cmock.h +0 -14
  392. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/mockMock.h +0 -13
  393. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGenerator.c +0 -183
  394. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
  395. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
  396. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/test_generate_test_runner.rb +0 -1252
  397. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/testparameterized.c +0 -110
  398. data/vendor/simdjson/dependencies/cJSON/tests/unity/test/tests/testunity.c +0 -5337
  399. data/vendor/simdjson/dependencies/cJSON/tests/unity_setup.c +0 -3
  400. data/vendor/simdjson/dependencies/cJSON/valgrind.supp +0 -6
  401. data/vendor/simdjson/dependencies/cxxopts/CHANGELOG.md +0 -97
  402. data/vendor/simdjson/dependencies/cxxopts/CMakeLists.txt +0 -108
  403. data/vendor/simdjson/dependencies/cxxopts/INSTALL +0 -23
  404. data/vendor/simdjson/dependencies/cxxopts/LICENSE +0 -19
  405. data/vendor/simdjson/dependencies/cxxopts/README.md +0 -208
  406. data/vendor/simdjson/dependencies/cxxopts/cxxopts-config.cmake.in +0 -4
  407. data/vendor/simdjson/dependencies/cxxopts/include/cxxopts.hpp +0 -2193
  408. data/vendor/simdjson/dependencies/cxxopts/src/CMakeLists.txt +0 -24
  409. data/vendor/simdjson/dependencies/cxxopts/src/example.cpp +0 -167
  410. data/vendor/simdjson/dependencies/cxxopts/test/CMakeLists.txt +0 -35
  411. data/vendor/simdjson/dependencies/cxxopts/test/add-subdirectory-test/CMakeLists.txt +0 -11
  412. data/vendor/simdjson/dependencies/cxxopts/test/catch.hpp +0 -10460
  413. data/vendor/simdjson/dependencies/cxxopts/test/find-package-test/CMakeLists.txt +0 -11
  414. data/vendor/simdjson/dependencies/cxxopts/test/link_a.cpp +0 -6
  415. data/vendor/simdjson/dependencies/cxxopts/test/link_b.cpp +0 -1
  416. data/vendor/simdjson/dependencies/cxxopts/test/main.cpp +0 -2
  417. data/vendor/simdjson/dependencies/cxxopts/test/options.cpp +0 -776
  418. data/vendor/simdjson/dependencies/fastjson/LICENSE.txt +0 -24
  419. data/vendor/simdjson/dependencies/fastjson/Makefile +0 -5
  420. data/vendor/simdjson/dependencies/fastjson/README.md +0 -68
  421. data/vendor/simdjson/dependencies/fastjson/SConstruct +0 -44
  422. data/vendor/simdjson/dependencies/fastjson/examples/address_book/Makefile +0 -2
  423. data/vendor/simdjson/dependencies/fastjson/examples/address_book/README.markdown +0 -5
  424. data/vendor/simdjson/dependencies/fastjson/examples/address_book/address_book.cpp +0 -166
  425. data/vendor/simdjson/dependencies/fastjson/include/fastjson/core.h +0 -146
  426. data/vendor/simdjson/dependencies/fastjson/include/fastjson/dom.h +0 -799
  427. data/vendor/simdjson/dependencies/fastjson/include/fastjson/error.h +0 -64
  428. data/vendor/simdjson/dependencies/fastjson/include/fastjson/fastjson.h +0 -161
  429. data/vendor/simdjson/dependencies/fastjson/include/fastjson/utils.h +0 -62
  430. data/vendor/simdjson/dependencies/fastjson/src/fastjson.cpp +0 -1016
  431. data/vendor/simdjson/dependencies/fastjson/src/fastjson2.cpp +0 -440
  432. data/vendor/simdjson/dependencies/fastjson/src/fastjson_dom.cpp +0 -165
  433. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-00-bad-parse.cpp +0 -59
  434. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-01-string-roundtrip.cpp +0 -88
  435. data/vendor/simdjson/dependencies/fastjson/tests/00-bug-02-unicode-escape.cpp +0 -66
  436. data/vendor/simdjson/dependencies/fastjson/tests/01-dom-00-dict-const-get.cpp +0 -35
  437. data/vendor/simdjson/dependencies/fastjson/tests/01-dom-01-vector-from-json.cpp +0 -36
  438. data/vendor/simdjson/dependencies/fastjson/tests/Makefile +0 -4
  439. data/vendor/simdjson/dependencies/fastjson/tests/clone_token.cpp +0 -49
  440. data/vendor/simdjson/dependencies/fastjson/tests/dom_from_string.cpp +0 -77
  441. data/vendor/simdjson/dependencies/fastjson/tests/misc/dynamic_test.cpp +0 -49
  442. data/vendor/simdjson/dependencies/fastjson/tests/misc/from_file.cpp +0 -57
  443. data/vendor/simdjson/dependencies/fastjson/tests/misc/speed_test.cpp +0 -127
  444. data/vendor/simdjson/dependencies/fastjson/tests/misc/speed_test_boost.cpp +0 -115
  445. data/vendor/simdjson/dependencies/fastjson/tests/saruconf +0 -3
  446. data/vendor/simdjson/dependencies/fastjson/tests/test0.cpp +0 -385
  447. data/vendor/simdjson/dependencies/fastjson/tests/test1.cpp +0 -237
  448. data/vendor/simdjson/dependencies/fastjson/tests/test2.cpp +0 -301
  449. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_count.cpp +0 -100
  450. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_parse.cpp +0 -83
  451. data/vendor/simdjson/dependencies/fastjson/tests/test_permissive_roundtrip.cpp +0 -64
  452. data/vendor/simdjson/dependencies/fastjson/tests/test_utils.cpp +0 -176
  453. data/vendor/simdjson/dependencies/gason/CMakeLists.txt +0 -16
  454. data/vendor/simdjson/dependencies/gason/LICENSE +0 -20
  455. data/vendor/simdjson/dependencies/gason/README.md +0 -167
  456. data/vendor/simdjson/dependencies/gason/data/download.sh +0 -5
  457. data/vendor/simdjson/dependencies/gason/ruberoid/AndroidManifest.xml +0 -32
  458. data/vendor/simdjson/dependencies/gason/ruberoid/res/values/strings.xml +0 -4
  459. data/vendor/simdjson/dependencies/gason/src/benchmark.cpp +0 -257
  460. data/vendor/simdjson/dependencies/gason/src/gason.cpp +0 -334
  461. data/vendor/simdjson/dependencies/gason/src/gason.h +0 -135
  462. data/vendor/simdjson/dependencies/gason/src/pretty-print.cpp +0 -192
  463. data/vendor/simdjson/dependencies/gason/src/test-suite.cpp +0 -146
  464. data/vendor/simdjson/dependencies/jsmn/LICENSE +0 -20
  465. data/vendor/simdjson/dependencies/jsmn/Makefile +0 -41
  466. data/vendor/simdjson/dependencies/jsmn/README.md +0 -168
  467. data/vendor/simdjson/dependencies/jsmn/example/jsondump.c +0 -126
  468. data/vendor/simdjson/dependencies/jsmn/example/simple.c +0 -76
  469. data/vendor/simdjson/dependencies/jsmn/jsmn.c +0 -314
  470. data/vendor/simdjson/dependencies/jsmn/jsmn.h +0 -76
  471. data/vendor/simdjson/dependencies/jsmn/test/test.h +0 -27
  472. data/vendor/simdjson/dependencies/jsmn/test/tests.c +0 -407
  473. data/vendor/simdjson/dependencies/jsmn/test/testutil.h +0 -94
  474. data/vendor/simdjson/dependencies/json/CMakeLists.txt +0 -131
  475. data/vendor/simdjson/dependencies/json/CODE_OF_CONDUCT.md +0 -46
  476. data/vendor/simdjson/dependencies/json/ChangeLog.md +0 -1670
  477. data/vendor/simdjson/dependencies/json/LICENSE.MIT +0 -21
  478. data/vendor/simdjson/dependencies/json/Makefile +0 -629
  479. data/vendor/simdjson/dependencies/json/README.md +0 -1370
  480. data/vendor/simdjson/dependencies/json/appveyor.yml +0 -111
  481. data/vendor/simdjson/dependencies/json/benchmarks/CMakeLists.txt +0 -28
  482. data/vendor/simdjson/dependencies/json/benchmarks/src/benchmarks.cpp +0 -109
  483. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/AUTHORS +0 -46
  484. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/BUILD.bazel +0 -42
  485. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CMakeLists.txt +0 -251
  486. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CONTRIBUTING.md +0 -58
  487. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/CONTRIBUTORS +0 -65
  488. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/LICENSE +0 -202
  489. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/README.md +0 -950
  490. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/WORKSPACE +0 -7
  491. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/appveyor.yml +0 -56
  492. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/AddCXXCompilerFlag.cmake +0 -74
  493. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/CXXFeatureCheck.cmake +0 -64
  494. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Config.cmake.in +0 -1
  495. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/GetGitVersion.cmake +0 -54
  496. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/HandleGTest.cmake +0 -113
  497. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMAr.cmake +0 -16
  498. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMNm.cmake +0 -16
  499. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/Modules/FindLLVMRanLib.cmake +0 -15
  500. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/benchmark.pc.in +0 -11
  501. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/gnu_posix_regex.cpp +0 -12
  502. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/llvm-toolchain.cmake +0 -8
  503. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/posix_regex.cpp +0 -14
  504. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/split_list.cmake +0 -3
  505. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/std_regex.cpp +0 -10
  506. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/steady_clock.cpp +0 -7
  507. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/cmake/thread_safety_attributes.cpp +0 -4
  508. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/docs/AssemblyTests.md +0 -147
  509. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/docs/tools.md +0 -242
  510. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/include/benchmark/benchmark.h +0 -1456
  511. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/mingw.py +0 -320
  512. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/releasing.md +0 -16
  513. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/CMakeLists.txt +0 -105
  514. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/arraysize.h +0 -33
  515. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark.cc +0 -630
  516. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_api_internal.h +0 -47
  517. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_main.cc +0 -17
  518. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_register.cc +0 -461
  519. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/benchmark_register.h +0 -33
  520. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/check.h +0 -79
  521. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/colorprint.cc +0 -188
  522. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/colorprint.h +0 -33
  523. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/commandlineflags.cc +0 -218
  524. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/commandlineflags.h +0 -79
  525. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/complexity.cc +0 -220
  526. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/complexity.h +0 -55
  527. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/console_reporter.cc +0 -182
  528. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/counter.cc +0 -68
  529. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/counter.h +0 -26
  530. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/csv_reporter.cc +0 -149
  531. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/cycleclock.h +0 -177
  532. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/internal_macros.h +0 -89
  533. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/json_reporter.cc +0 -205
  534. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/log.h +0 -73
  535. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/mutex.h +0 -155
  536. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/re.h +0 -152
  537. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/reporter.cc +0 -87
  538. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sleep.cc +0 -51
  539. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sleep.h +0 -15
  540. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/statistics.cc +0 -178
  541. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/statistics.h +0 -37
  542. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/string_util.cc +0 -172
  543. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/string_util.h +0 -40
  544. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/sysinfo.cc +0 -587
  545. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/thread_manager.h +0 -66
  546. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/thread_timer.h +0 -69
  547. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/timers.cc +0 -217
  548. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/src/timers.h +0 -48
  549. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/compare.py +0 -316
  550. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/compare_bench.py +0 -67
  551. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/__init__.py +0 -8
  552. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/report.py +0 -208
  553. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/gbench/util.py +0 -159
  554. data/vendor/simdjson/dependencies/json/benchmarks/thirdparty/benchmark/tools/strip_asm.py +0 -151
  555. data/vendor/simdjson/dependencies/json/cmake/config.cmake.in +0 -15
  556. data/vendor/simdjson/dependencies/json/doc/Doxyfile +0 -335
  557. data/vendor/simdjson/dependencies/json/doc/Makefile +0 -90
  558. data/vendor/simdjson/dependencies/json/doc/avatars.png +0 -0
  559. data/vendor/simdjson/dependencies/json/doc/binary_formats.md +0 -171
  560. data/vendor/simdjson/dependencies/json/doc/css/mylayout.css +0 -26
  561. data/vendor/simdjson/dependencies/json/doc/css/mylayout_docset.css +0 -27
  562. data/vendor/simdjson/dependencies/json/doc/examples/README.cpp +0 -39
  563. data/vendor/simdjson/dependencies/json/doc/examples/README.link +0 -1
  564. data/vendor/simdjson/dependencies/json/doc/examples/README.output +0 -27
  565. data/vendor/simdjson/dependencies/json/doc/examples/array.cpp +0 -19
  566. data/vendor/simdjson/dependencies/json/doc/examples/array.link +0 -1
  567. data/vendor/simdjson/dependencies/json/doc/examples/array.output +0 -4
  568. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.cpp +0 -48
  569. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.link +0 -1
  570. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type.output +0 -4
  571. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.cpp +0 -42
  572. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.link +0 -1
  573. data/vendor/simdjson/dependencies/json/doc/examples/at__object_t_key_type_const.output +0 -3
  574. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.cpp +0 -43
  575. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.link +0 -1
  576. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type.output +0 -4
  577. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.cpp +0 -37
  578. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.link +0 -1
  579. data/vendor/simdjson/dependencies/json/doc/examples/at__size_type_const.output +0 -3
  580. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.cpp +0 -103
  581. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.link +0 -1
  582. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer.output +0 -12
  583. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.cpp +0 -79
  584. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.link +0 -1
  585. data/vendor/simdjson/dependencies/json/doc/examples/at_json_pointer_const.output +0 -9
  586. data/vendor/simdjson/dependencies/json/doc/examples/back.cpp +0 -38
  587. data/vendor/simdjson/dependencies/json/doc/examples/back.link +0 -1
  588. data/vendor/simdjson/dependencies/json/doc/examples/back.output +0 -7
  589. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.cpp +0 -218
  590. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.link +0 -1
  591. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__CompatibleType.output +0 -39
  592. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.cpp +0 -32
  593. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.link +0 -1
  594. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__InputIt_InputIt.output +0 -4
  595. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.cpp +0 -17
  596. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.link +0 -1
  597. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__basic_json.output +0 -2
  598. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.cpp +0 -18
  599. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.link +0 -1
  600. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__copyassignment.output +0 -2
  601. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.cpp +0 -21
  602. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.link +0 -1
  603. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__list_init_t.output +0 -5
  604. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.cpp +0 -17
  605. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.link +0 -1
  606. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__moveconstructor.output +0 -2
  607. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.cpp +0 -16
  608. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.link +0 -1
  609. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__nullptr_t.output +0 -2
  610. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.cpp +0 -18
  611. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.link +0 -1
  612. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__size_type_basic_json.output +0 -3
  613. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.cpp +0 -30
  614. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.link +0 -1
  615. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value.output +0 -1
  616. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.cpp +0 -30
  617. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.link +0 -1
  618. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_ptr.output +0 -1
  619. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.cpp +0 -25
  620. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.link +0 -1
  621. data/vendor/simdjson/dependencies/json/doc/examples/basic_json__value_t.output +0 -7
  622. data/vendor/simdjson/dependencies/json/doc/examples/begin.cpp +0 -16
  623. data/vendor/simdjson/dependencies/json/doc/examples/begin.link +0 -1
  624. data/vendor/simdjson/dependencies/json/doc/examples/begin.output +0 -1
  625. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.cpp +0 -16
  626. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.link +0 -1
  627. data/vendor/simdjson/dependencies/json/doc/examples/cbegin.output +0 -1
  628. data/vendor/simdjson/dependencies/json/doc/examples/cend.cpp +0 -19
  629. data/vendor/simdjson/dependencies/json/doc/examples/cend.link +0 -1
  630. data/vendor/simdjson/dependencies/json/doc/examples/cend.output +0 -1
  631. data/vendor/simdjson/dependencies/json/doc/examples/clear.cpp +0 -34
  632. data/vendor/simdjson/dependencies/json/doc/examples/clear.link +0 -1
  633. data/vendor/simdjson/dependencies/json/doc/examples/clear.output +0 -7
  634. data/vendor/simdjson/dependencies/json/doc/examples/contains.cpp +0 -17
  635. data/vendor/simdjson/dependencies/json/doc/examples/contains.link +0 -1
  636. data/vendor/simdjson/dependencies/json/doc/examples/contains.output +0 -3
  637. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.cpp +0 -45
  638. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.link +0 -1
  639. data/vendor/simdjson/dependencies/json/doc/examples/contains_json_pointer.output +0 -10
  640. data/vendor/simdjson/dependencies/json/doc/examples/count.cpp +0 -18
  641. data/vendor/simdjson/dependencies/json/doc/examples/count.link +0 -1
  642. data/vendor/simdjson/dependencies/json/doc/examples/count.output +0 -2
  643. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.cpp +0 -16
  644. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.link +0 -1
  645. data/vendor/simdjson/dependencies/json/doc/examples/crbegin.output +0 -1
  646. data/vendor/simdjson/dependencies/json/doc/examples/crend.cpp +0 -19
  647. data/vendor/simdjson/dependencies/json/doc/examples/crend.link +0 -1
  648. data/vendor/simdjson/dependencies/json/doc/examples/crend.output +0 -1
  649. data/vendor/simdjson/dependencies/json/doc/examples/diff.cpp +0 -36
  650. data/vendor/simdjson/dependencies/json/doc/examples/diff.link +0 -1
  651. data/vendor/simdjson/dependencies/json/doc/examples/diff.output +0 -25
  652. data/vendor/simdjson/dependencies/json/doc/examples/dump.cpp +0 -48
  653. data/vendor/simdjson/dependencies/json/doc/examples/dump.link +0 -1
  654. data/vendor/simdjson/dependencies/json/doc/examples/dump.output +0 -55
  655. data/vendor/simdjson/dependencies/json/doc/examples/emplace.cpp +0 -31
  656. data/vendor/simdjson/dependencies/json/doc/examples/emplace.link +0 -1
  657. data/vendor/simdjson/dependencies/json/doc/examples/emplace.output +0 -6
  658. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.cpp +0 -24
  659. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.link +0 -1
  660. data/vendor/simdjson/dependencies/json/doc/examples/emplace_back.output +0 -4
  661. data/vendor/simdjson/dependencies/json/doc/examples/empty.cpp +0 -30
  662. data/vendor/simdjson/dependencies/json/doc/examples/empty.link +0 -1
  663. data/vendor/simdjson/dependencies/json/doc/examples/empty.output +0 -9
  664. data/vendor/simdjson/dependencies/json/doc/examples/end.cpp +0 -19
  665. data/vendor/simdjson/dependencies/json/doc/examples/end.link +0 -1
  666. data/vendor/simdjson/dependencies/json/doc/examples/end.output +0 -1
  667. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.cpp +0 -31
  668. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.link +0 -1
  669. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType.output +0 -6
  670. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.cpp +0 -31
  671. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.link +0 -1
  672. data/vendor/simdjson/dependencies/json/doc/examples/erase__IteratorType_IteratorType.output +0 -6
  673. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.cpp +0 -18
  674. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.link +0 -1
  675. data/vendor/simdjson/dependencies/json/doc/examples/erase__key_type.output +0 -2
  676. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.cpp +0 -16
  677. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.link +0 -1
  678. data/vendor/simdjson/dependencies/json/doc/examples/erase__size_type.output +0 -1
  679. data/vendor/simdjson/dependencies/json/doc/examples/exception.cpp +0 -20
  680. data/vendor/simdjson/dependencies/json/doc/examples/exception.link +0 -1
  681. data/vendor/simdjson/dependencies/json/doc/examples/exception.output +0 -2
  682. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.cpp +0 -20
  683. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.link +0 -1
  684. data/vendor/simdjson/dependencies/json/doc/examples/find__key_type.output +0 -3
  685. data/vendor/simdjson/dependencies/json/doc/examples/flatten.cpp +0 -32
  686. data/vendor/simdjson/dependencies/json/doc/examples/flatten.link +0 -1
  687. data/vendor/simdjson/dependencies/json/doc/examples/flatten.output +0 -12
  688. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.cpp +0 -21
  689. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.link +0 -1
  690. data/vendor/simdjson/dependencies/json/doc/examples/from_bson.output +0 -4
  691. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.cpp +0 -20
  692. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.link +0 -1
  693. data/vendor/simdjson/dependencies/json/doc/examples/from_cbor.output +0 -4
  694. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.cpp +0 -20
  695. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.link +0 -1
  696. data/vendor/simdjson/dependencies/json/doc/examples/from_msgpack.output +0 -4
  697. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.cpp +0 -20
  698. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.link +0 -1
  699. data/vendor/simdjson/dependencies/json/doc/examples/from_ubjson.output +0 -4
  700. data/vendor/simdjson/dependencies/json/doc/examples/front.cpp +0 -29
  701. data/vendor/simdjson/dependencies/json/doc/examples/front.link +0 -1
  702. data/vendor/simdjson/dependencies/json/doc/examples/front.output +0 -6
  703. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.cpp +0 -21
  704. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.link +0 -1
  705. data/vendor/simdjson/dependencies/json/doc/examples/get__PointerType.output +0 -2
  706. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.cpp +0 -50
  707. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.link +0 -1
  708. data/vendor/simdjson/dependencies/json/doc/examples/get__ValueType_const.output +0 -11
  709. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.cpp +0 -21
  710. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.link +0 -1
  711. data/vendor/simdjson/dependencies/json/doc/examples/get_ptr.output +0 -2
  712. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.cpp +0 -27
  713. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.link +0 -1
  714. data/vendor/simdjson/dependencies/json/doc/examples/get_ref.output +0 -2
  715. data/vendor/simdjson/dependencies/json/doc/examples/get_to.cpp +0 -60
  716. data/vendor/simdjson/dependencies/json/doc/examples/get_to.link +0 -1
  717. data/vendor/simdjson/dependencies/json/doc/examples/get_to.output +0 -11
  718. data/vendor/simdjson/dependencies/json/doc/examples/insert.cpp +0 -17
  719. data/vendor/simdjson/dependencies/json/doc/examples/insert.link +0 -1
  720. data/vendor/simdjson/dependencies/json/doc/examples/insert.output +0 -2
  721. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.cpp +0 -17
  722. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.link +0 -1
  723. data/vendor/simdjson/dependencies/json/doc/examples/insert__count.output +0 -2
  724. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.cpp +0 -17
  725. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.link +0 -1
  726. data/vendor/simdjson/dependencies/json/doc/examples/insert__ilist.output +0 -2
  727. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.cpp +0 -20
  728. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.link +0 -1
  729. data/vendor/simdjson/dependencies/json/doc/examples/insert__range.output +0 -2
  730. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.cpp +0 -21
  731. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.link +0 -1
  732. data/vendor/simdjson/dependencies/json/doc/examples/insert__range_object.output +0 -3
  733. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.cpp +0 -21
  734. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.link +0 -1
  735. data/vendor/simdjson/dependencies/json/doc/examples/invalid_iterator.output +0 -2
  736. data/vendor/simdjson/dependencies/json/doc/examples/is_array.cpp +0 -28
  737. data/vendor/simdjson/dependencies/json/doc/examples/is_array.link +0 -1
  738. data/vendor/simdjson/dependencies/json/doc/examples/is_array.output +0 -8
  739. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.cpp +0 -28
  740. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.link +0 -1
  741. data/vendor/simdjson/dependencies/json/doc/examples/is_boolean.output +0 -8
  742. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.cpp +0 -28
  743. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.link +0 -1
  744. data/vendor/simdjson/dependencies/json/doc/examples/is_discarded.output +0 -8
  745. data/vendor/simdjson/dependencies/json/doc/examples/is_null.cpp +0 -28
  746. data/vendor/simdjson/dependencies/json/doc/examples/is_null.link +0 -1
  747. data/vendor/simdjson/dependencies/json/doc/examples/is_null.output +0 -8
  748. data/vendor/simdjson/dependencies/json/doc/examples/is_number.cpp +0 -28
  749. data/vendor/simdjson/dependencies/json/doc/examples/is_number.link +0 -1
  750. data/vendor/simdjson/dependencies/json/doc/examples/is_number.output +0 -8
  751. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.cpp +0 -28
  752. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.link +0 -1
  753. data/vendor/simdjson/dependencies/json/doc/examples/is_number_float.output +0 -8
  754. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.cpp +0 -28
  755. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.link +0 -1
  756. data/vendor/simdjson/dependencies/json/doc/examples/is_number_integer.output +0 -8
  757. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.cpp +0 -28
  758. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.link +0 -1
  759. data/vendor/simdjson/dependencies/json/doc/examples/is_number_unsigned.output +0 -8
  760. data/vendor/simdjson/dependencies/json/doc/examples/is_object.cpp +0 -28
  761. data/vendor/simdjson/dependencies/json/doc/examples/is_object.link +0 -1
  762. data/vendor/simdjson/dependencies/json/doc/examples/is_object.output +0 -8
  763. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.cpp +0 -28
  764. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.link +0 -1
  765. data/vendor/simdjson/dependencies/json/doc/examples/is_primitive.output +0 -8
  766. data/vendor/simdjson/dependencies/json/doc/examples/is_string.cpp +0 -28
  767. data/vendor/simdjson/dependencies/json/doc/examples/is_string.link +0 -1
  768. data/vendor/simdjson/dependencies/json/doc/examples/is_string.output +0 -8
  769. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.cpp +0 -28
  770. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.link +0 -1
  771. data/vendor/simdjson/dependencies/json/doc/examples/is_structured.output +0 -8
  772. data/vendor/simdjson/dependencies/json/doc/examples/items.cpp +0 -23
  773. data/vendor/simdjson/dependencies/json/doc/examples/items.link +0 -1
  774. data/vendor/simdjson/dependencies/json/doc/examples/items.output +0 -7
  775. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.cpp +0 -23
  776. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.link +0 -1
  777. data/vendor/simdjson/dependencies/json/doc/examples/iterator_wrapper.output +0 -7
  778. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.cpp +0 -47
  779. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.link +0 -1
  780. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer.output +0 -3
  781. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.cpp +0 -15
  782. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.link +0 -1
  783. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__back.output +0 -2
  784. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.cpp +0 -20
  785. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.link +0 -1
  786. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__empty.output +0 -4
  787. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.cpp +0 -23
  788. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.link +0 -1
  789. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add.output +0 -4
  790. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.cpp +0 -19
  791. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.link +0 -1
  792. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__operator_add_binary.output +0 -3
  793. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.cpp +0 -18
  794. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.link +0 -1
  795. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__parent_pointer.output +0 -3
  796. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.cpp +0 -21
  797. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.link +0 -1
  798. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__pop_back.output +0 -4
  799. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.cpp +0 -21
  800. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.link +0 -1
  801. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__push_back.output +0 -4
  802. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.cpp +0 -35
  803. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.link +0 -1
  804. data/vendor/simdjson/dependencies/json/doc/examples/json_pointer__to_string.output +0 -12
  805. data/vendor/simdjson/dependencies/json/doc/examples/max_size.cpp +0 -25
  806. data/vendor/simdjson/dependencies/json/doc/examples/max_size.link +0 -1
  807. data/vendor/simdjson/dependencies/json/doc/examples/max_size.output +0 -7
  808. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.cpp +0 -40
  809. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.link +0 -1
  810. data/vendor/simdjson/dependencies/json/doc/examples/merge_patch.output +0 -11
  811. data/vendor/simdjson/dependencies/json/doc/examples/meta.cpp +0 -11
  812. data/vendor/simdjson/dependencies/json/doc/examples/meta.link +0 -1
  813. data/vendor/simdjson/dependencies/json/doc/examples/meta.output +0 -17
  814. data/vendor/simdjson/dependencies/json/doc/examples/object.cpp +0 -28
  815. data/vendor/simdjson/dependencies/json/doc/examples/object.link +0 -1
  816. data/vendor/simdjson/dependencies/json/doc/examples/object.output +0 -4
  817. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.cpp +0 -60
  818. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.link +0 -1
  819. data/vendor/simdjson/dependencies/json/doc/examples/operator__ValueType.output +0 -12
  820. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.cpp +0 -24
  821. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.link +0 -1
  822. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal.output +0 -4
  823. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.cpp +0 -22
  824. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.link +0 -1
  825. data/vendor/simdjson/dependencies/json/doc/examples/operator__equal__nullptr_t.output +0 -5
  826. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.cpp +0 -24
  827. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.link +0 -1
  828. data/vendor/simdjson/dependencies/json/doc/examples/operator__greater.output +0 -4
  829. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.cpp +0 -24
  830. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.link +0 -1
  831. data/vendor/simdjson/dependencies/json/doc/examples/operator__greaterequal.output +0 -4
  832. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.cpp +0 -24
  833. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.link +0 -1
  834. data/vendor/simdjson/dependencies/json/doc/examples/operator__less.output +0 -4
  835. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.cpp +0 -24
  836. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.link +0 -1
  837. data/vendor/simdjson/dependencies/json/doc/examples/operator__lessequal.output +0 -4
  838. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.cpp +0 -24
  839. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.link +0 -1
  840. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal.output +0 -4
  841. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.cpp +0 -22
  842. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.link +0 -1
  843. data/vendor/simdjson/dependencies/json/doc/examples/operator__notequal__nullptr_t.output +0 -5
  844. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.cpp +0 -38
  845. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.link +0 -1
  846. data/vendor/simdjson/dependencies/json/doc/examples/operator__value_t.output +0 -8
  847. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.cpp +0 -26
  848. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.link +0 -1
  849. data/vendor/simdjson/dependencies/json/doc/examples/operator_deserialize.output +0 -13
  850. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.cpp +0 -21
  851. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.link +0 -1
  852. data/vendor/simdjson/dependencies/json/doc/examples/operator_serialize.output +0 -22
  853. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.cpp +0 -32
  854. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.link +0 -1
  855. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type.output +0 -19
  856. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.cpp +0 -16
  857. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.link +0 -1
  858. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__key_type_const.output +0 -1
  859. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.cpp +0 -25
  860. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.link +0 -1
  861. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type.output +0 -3
  862. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.cpp +0 -13
  863. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.link +0 -1
  864. data/vendor/simdjson/dependencies/json/doc/examples/operatorarray__size_type_const.output +0 -1
  865. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.cpp +0 -48
  866. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.link +0 -1
  867. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer.output +0 -8
  868. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.cpp +0 -24
  869. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.link +0 -1
  870. data/vendor/simdjson/dependencies/json/doc/examples/operatorjson_pointer_const.output +0 -4
  871. data/vendor/simdjson/dependencies/json/doc/examples/other_error.cpp +0 -29
  872. data/vendor/simdjson/dependencies/json/doc/examples/other_error.link +0 -1
  873. data/vendor/simdjson/dependencies/json/doc/examples/other_error.output +0 -2
  874. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.cpp +0 -20
  875. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.link +0 -1
  876. data/vendor/simdjson/dependencies/json/doc/examples/out_of_range.output +0 -2
  877. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.cpp +0 -30
  878. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.link +0 -1
  879. data/vendor/simdjson/dependencies/json/doc/examples/parse__array__parser_callback_t.output +0 -20
  880. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.cpp +0 -15
  881. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.link +0 -1
  882. data/vendor/simdjson/dependencies/json/doc/examples/parse__contiguouscontainer__parser_callback_t.output +0 -6
  883. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.cpp +0 -58
  884. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.link +0 -1
  885. data/vendor/simdjson/dependencies/json/doc/examples/parse__istream__parser_callback_t.output +0 -34
  886. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.cpp +0 -15
  887. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.link +0 -1
  888. data/vendor/simdjson/dependencies/json/doc/examples/parse__iteratortype__parser_callback_t.output +0 -6
  889. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.cpp +0 -49
  890. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.link +0 -1
  891. data/vendor/simdjson/dependencies/json/doc/examples/parse__string__parser_callback_t.output +0 -34
  892. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.cpp +0 -20
  893. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.link +0 -1
  894. data/vendor/simdjson/dependencies/json/doc/examples/parse_error.output +0 -3
  895. data/vendor/simdjson/dependencies/json/doc/examples/patch.cpp +0 -32
  896. data/vendor/simdjson/dependencies/json/doc/examples/patch.link +0 -1
  897. data/vendor/simdjson/dependencies/json/doc/examples/patch.output +0 -11
  898. data/vendor/simdjson/dependencies/json/doc/examples/push_back.cpp +0 -25
  899. data/vendor/simdjson/dependencies/json/doc/examples/push_back.link +0 -1
  900. data/vendor/simdjson/dependencies/json/doc/examples/push_back.output +0 -4
  901. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.cpp +0 -27
  902. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.link +0 -1
  903. data/vendor/simdjson/dependencies/json/doc/examples/push_back__initializer_list.output +0 -4
  904. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.cpp +0 -25
  905. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.link +0 -1
  906. data/vendor/simdjson/dependencies/json/doc/examples/push_back__object_t__value.output +0 -4
  907. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.cpp +0 -16
  908. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.link +0 -1
  909. data/vendor/simdjson/dependencies/json/doc/examples/rbegin.output +0 -1
  910. data/vendor/simdjson/dependencies/json/doc/examples/rend.cpp +0 -19
  911. data/vendor/simdjson/dependencies/json/doc/examples/rend.link +0 -1
  912. data/vendor/simdjson/dependencies/json/doc/examples/rend.output +0 -1
  913. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.cpp +0 -124
  914. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.link +0 -1
  915. data/vendor/simdjson/dependencies/json/doc/examples/sax_parse.output +0 -2
  916. data/vendor/simdjson/dependencies/json/doc/examples/size.cpp +0 -29
  917. data/vendor/simdjson/dependencies/json/doc/examples/size.link +0 -1
  918. data/vendor/simdjson/dependencies/json/doc/examples/size.output +0 -9
  919. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.cpp +0 -20
  920. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.link +0 -1
  921. data/vendor/simdjson/dependencies/json/doc/examples/swap__array_t.output +0 -2
  922. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.cpp +0 -20
  923. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.link +0 -1
  924. data/vendor/simdjson/dependencies/json/doc/examples/swap__object_t.output +0 -2
  925. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.cpp +0 -18
  926. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.link +0 -1
  927. data/vendor/simdjson/dependencies/json/doc/examples/swap__reference.output +0 -2
  928. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.cpp +0 -20
  929. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.link +0 -1
  930. data/vendor/simdjson/dependencies/json/doc/examples/swap__string_t.output +0 -2
  931. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.cpp +0 -21
  932. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.link +0 -1
  933. data/vendor/simdjson/dependencies/json/doc/examples/to_bson.output +0 -1
  934. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.cpp +0 -21
  935. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.link +0 -1
  936. data/vendor/simdjson/dependencies/json/doc/examples/to_cbor.output +0 -1
  937. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.cpp +0 -21
  938. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.link +0 -1
  939. data/vendor/simdjson/dependencies/json/doc/examples/to_msgpack.output +0 -1
  940. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.cpp +0 -63
  941. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.link +0 -1
  942. data/vendor/simdjson/dependencies/json/doc/examples/to_ubjson.output +0 -4
  943. data/vendor/simdjson/dependencies/json/doc/examples/type.cpp +0 -28
  944. data/vendor/simdjson/dependencies/json/doc/examples/type.link +0 -1
  945. data/vendor/simdjson/dependencies/json/doc/examples/type.output +0 -8
  946. data/vendor/simdjson/dependencies/json/doc/examples/type_error.cpp +0 -20
  947. data/vendor/simdjson/dependencies/json/doc/examples/type_error.link +0 -1
  948. data/vendor/simdjson/dependencies/json/doc/examples/type_error.output +0 -2
  949. data/vendor/simdjson/dependencies/json/doc/examples/type_name.cpp +0 -27
  950. data/vendor/simdjson/dependencies/json/doc/examples/type_name.link +0 -1
  951. data/vendor/simdjson/dependencies/json/doc/examples/type_name.output +0 -8
  952. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.cpp +0 -26
  953. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.link +0 -1
  954. data/vendor/simdjson/dependencies/json/doc/examples/unflatten.output +0 -18
  955. data/vendor/simdjson/dependencies/json/doc/examples/update.cpp +0 -18
  956. data/vendor/simdjson/dependencies/json/doc/examples/update.link +0 -1
  957. data/vendor/simdjson/dependencies/json/doc/examples/update.output +0 -5
  958. data/vendor/simdjson/dependencies/json/doc/examples/update__range.cpp +0 -18
  959. data/vendor/simdjson/dependencies/json/doc/examples/update__range.link +0 -1
  960. data/vendor/simdjson/dependencies/json/doc/examples/update__range.output +0 -5
  961. data/vendor/simdjson/dependencies/json/doc/faq.md +0 -87
  962. data/vendor/simdjson/dependencies/json/doc/images/binary.png +0 -0
  963. data/vendor/simdjson/dependencies/json/doc/images/callback_events.png +0 -0
  964. data/vendor/simdjson/dependencies/json/doc/images/range-begin-end.svg +0 -435
  965. data/vendor/simdjson/dependencies/json/doc/images/range-rbegin-rend.svg +0 -1232
  966. data/vendor/simdjson/dependencies/json/doc/index.md +0 -332
  967. data/vendor/simdjson/dependencies/json/doc/json.gif +0 -0
  968. data/vendor/simdjson/dependencies/json/doc/scripts/git-update-ghpages +0 -193
  969. data/vendor/simdjson/dependencies/json/doc/scripts/send_to_wandbox.py +0 -120
  970. data/vendor/simdjson/dependencies/json/doc/usages/ios.png +0 -0
  971. data/vendor/simdjson/dependencies/json/doc/usages/macos.png +0 -0
  972. data/vendor/simdjson/dependencies/json/include/nlohmann/adl_serializer.hpp +0 -49
  973. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/from_json.hpp +0 -389
  974. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/to_chars.hpp +0 -1106
  975. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/conversions/to_json.hpp +0 -344
  976. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/exceptions.hpp +0 -356
  977. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/binary_reader.hpp +0 -1983
  978. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/input_adapters.hpp +0 -442
  979. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/json_sax.hpp +0 -701
  980. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/lexer.hpp +0 -1512
  981. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/parser.hpp +0 -498
  982. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/input/position_t.hpp +0 -27
  983. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -25
  984. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iter_impl.hpp +0 -638
  985. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -170
  986. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -51
  987. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -119
  988. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -120
  989. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/json_pointer.hpp +0 -1011
  990. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/json_ref.hpp +0 -69
  991. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/macro_scope.hpp +0 -121
  992. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/macro_unscope.hpp +0 -21
  993. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/cpp_future.hpp +0 -63
  994. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/detected.hpp +0 -58
  995. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/is_sax.hpp +0 -142
  996. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/type_traits.hpp +0 -361
  997. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/meta/void_t.hpp +0 -13
  998. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/binary_writer.hpp +0 -1336
  999. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/output_adapters.hpp +0 -123
  1000. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/output/serializer.hpp +0 -840
  1001. data/vendor/simdjson/dependencies/json/include/nlohmann/detail/value_t.hpp +0 -77
  1002. data/vendor/simdjson/dependencies/json/include/nlohmann/json.hpp +0 -8134
  1003. data/vendor/simdjson/dependencies/json/include/nlohmann/json_fwd.hpp +0 -64
  1004. data/vendor/simdjson/dependencies/json/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -1505
  1005. data/vendor/simdjson/dependencies/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -121
  1006. data/vendor/simdjson/dependencies/json/meson.build +0 -23
  1007. data/vendor/simdjson/dependencies/json/nlohmann_json.natvis +0 -32
  1008. data/vendor/simdjson/dependencies/json/single_include/nlohmann/json.hpp +0 -22684
  1009. data/vendor/simdjson/dependencies/json/test/CMakeLists.txt +0 -150
  1010. data/vendor/simdjson/dependencies/json/test/Makefile +0 -110
  1011. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/CMakeLists.txt +0 -15
  1012. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/project/CMakeLists.txt +0 -13
  1013. data/vendor/simdjson/dependencies/json/test/cmake_add_subdirectory/project/main.cpp +0 -8
  1014. data/vendor/simdjson/dependencies/json/test/cmake_import/CMakeLists.txt +0 -15
  1015. data/vendor/simdjson/dependencies/json/test/cmake_import/project/CMakeLists.txt +0 -12
  1016. data/vendor/simdjson/dependencies/json/test/cmake_import/project/main.cpp +0 -8
  1017. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/CMakeLists.txt +0 -15
  1018. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/project/CMakeLists.txt +0 -8
  1019. data/vendor/simdjson/dependencies/json/test/cmake_import_minver/project/main.cpp +0 -8
  1020. data/vendor/simdjson/dependencies/json/test/data/big-list-of-naughty-strings/LICENSE +0 -22
  1021. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test01 +0 -1
  1022. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test02 +0 -0
  1023. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test03 +0 -0
  1024. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test04 +0 -0
  1025. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test05 +0 -0
  1026. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test06 +0 -0
  1027. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test07 +0 -0
  1028. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test08 +0 -0
  1029. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test09 +0 -0
  1030. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test10 +0 -1
  1031. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test11 +0 -0
  1032. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test12 +0 -0
  1033. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test13 +0 -0
  1034. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test14 +0 -0
  1035. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test15 +0 -0
  1036. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test16 +0 -0
  1037. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test17 +0 -0
  1038. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test18 +0 -0
  1039. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test19 +0 -0
  1040. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test20 +0 -0
  1041. data/vendor/simdjson/dependencies/json/test/data/cbor_regression/test21 +0 -0
  1042. data/vendor/simdjson/dependencies/json/test/data/json-patch-tests/README.md +0 -75
  1043. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.bson +0 -0
  1044. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.cbor +0 -1
  1045. data/vendor/simdjson/dependencies/json/test/data/json.org/1.json.msgpack +0 -0
  1046. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.bson +0 -0
  1047. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.cbor +0 -1
  1048. data/vendor/simdjson/dependencies/json/test/data/json.org/2.json.msgpack +0 -1
  1049. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.bson +0 -0
  1050. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.cbor +0 -1
  1051. data/vendor/simdjson/dependencies/json/test/data/json.org/3.json.msgpack +0 -0
  1052. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.bson +0 -0
  1053. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.cbor +0 -4
  1054. data/vendor/simdjson/dependencies/json/test/data/json.org/4.json.msgpack +0 -0
  1055. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.bson +0 -0
  1056. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.cbor +0 -1
  1057. data/vendor/simdjson/dependencies/json/test/data/json.org/5.json.msgpack +0 -0
  1058. data/vendor/simdjson/dependencies/json/test/data/json_nlohmann_tests/all_unicode.json.cbor +0 -0
  1059. data/vendor/simdjson/dependencies/json/test/data/json_nlohmann_tests/all_unicode.json.msgpack +0 -0
  1060. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip01.json.cbor +0 -1
  1061. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip01.json.msgpack +0 -1
  1062. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip02.json.cbor +0 -1
  1063. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip02.json.msgpack +0 -1
  1064. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip03.json.cbor +0 -1
  1065. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip03.json.msgpack +0 -1
  1066. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip04.json.cbor +0 -0
  1067. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip04.json.msgpack +0 -0
  1068. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip05.json.cbor +0 -1
  1069. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip05.json.msgpack +0 -1
  1070. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip06.json.cbor +0 -1
  1071. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip06.json.msgpack +0 -1
  1072. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip07.json.cbor +0 -1
  1073. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip07.json.msgpack +0 -1
  1074. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip08.json.cbor +0 -0
  1075. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip08.json.msgpack +0 -0
  1076. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip09.json.cbor +0 -1
  1077. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip09.json.msgpack +0 -1
  1078. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip10.json.cbor +0 -1
  1079. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip10.json.msgpack +0 -1
  1080. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip11.json.cbor +0 -1
  1081. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip11.json.msgpack +0 -1
  1082. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip12.json.cbor +0 -1
  1083. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip12.json.msgpack +0 -0
  1084. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip13.json.cbor +0 -1
  1085. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip13.json.msgpack +0 -1
  1086. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip14.json.cbor +0 -1
  1087. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip14.json.msgpack +0 -0
  1088. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip15.json.cbor +0 -1
  1089. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip15.json.msgpack +0 -1
  1090. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip16.json.cbor +0 -1
  1091. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip16.json.msgpack +0 -1
  1092. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip17.json.cbor +0 -1
  1093. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip17.json.msgpack +0 -1
  1094. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip18.json.cbor +0 -1
  1095. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip18.json.msgpack +0 -1
  1096. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip19.json.cbor +0 -1
  1097. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip19.json.msgpack +0 -1
  1098. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip20.json.cbor +0 -0
  1099. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip20.json.msgpack +0 -0
  1100. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip21.json.cbor +0 -0
  1101. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip21.json.msgpack +0 -0
  1102. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip22.json.cbor +0 -1
  1103. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip22.json.msgpack +0 -1
  1104. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip23.json.cbor +0 -1
  1105. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip23.json.msgpack +0 -1
  1106. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip24.json.cbor +0 -0
  1107. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip24.json.msgpack +0 -0
  1108. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip25.json.cbor +0 -0
  1109. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip25.json.msgpack +0 -0
  1110. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip26.json.cbor +0 -0
  1111. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip26.json.msgpack +0 -0
  1112. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip27.json.cbor +0 -1
  1113. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip27.json.msgpack +0 -1
  1114. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip28.json.cbor +0 -0
  1115. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip28.json.msgpack +0 -0
  1116. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip29.json.cbor +0 -0
  1117. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip29.json.msgpack +0 -0
  1118. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip30.json.cbor +0 -1
  1119. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip30.json.msgpack +0 -1
  1120. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip31.json.cbor +0 -1
  1121. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip31.json.msgpack +0 -1
  1122. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip32.json.cbor +0 -1
  1123. data/vendor/simdjson/dependencies/json/test/data/json_roundtrip/roundtrip32.json.msgpack +0 -1
  1124. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass1.json.cbor +0 -0
  1125. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass1.json.msgpack +0 -0
  1126. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass2.json.cbor +0 -1
  1127. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass2.json.msgpack +0 -1
  1128. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.bson +0 -0
  1129. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.cbor +0 -1
  1130. data/vendor/simdjson/dependencies/json/test/data/json_tests/pass3.json.msgpack +0 -1
  1131. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/README.md +0 -10
  1132. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/sample.json.cbor +0 -0
  1133. data/vendor/simdjson/dependencies/json/test/data/json_testsuite/sample.json.msgpack +0 -0
  1134. data/vendor/simdjson/dependencies/json/test/data/markus_kuhn/UTF-8-test.txt +0 -0
  1135. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/LICENSE +0 -21
  1136. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.cbor +0 -1
  1137. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_arraysWithSpaces.json.msgpack +0 -1
  1138. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.cbor +0 -1
  1139. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty-string.json.msgpack +0 -1
  1140. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.cbor +0 -1
  1141. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_empty.json.msgpack +0 -1
  1142. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.cbor +0 -1
  1143. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_ending_with_newline.json.msgpack +0 -1
  1144. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_false.json.cbor +0 -1
  1145. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_false.json.msgpack +0 -1
  1146. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.cbor +0 -1
  1147. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_heterogeneous.json.msgpack +0 -1
  1148. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_null.json.cbor +0 -1
  1149. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_null.json.msgpack +0 -1
  1150. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.cbor +0 -1
  1151. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_1_and_newline.json.msgpack +0 -1
  1152. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.cbor +0 -1
  1153. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_leading_space.json.msgpack +0 -1
  1154. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.cbor +0 -1
  1155. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_several_null.json.msgpack +0 -1
  1156. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.cbor +0 -1
  1157. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_array_with_trailing_space.json.msgpack +0 -1
  1158. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number.json.cbor +0 -1
  1159. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number.json.msgpack +0 -1
  1160. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.cbor +0 -0
  1161. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e+1.json.msgpack +0 -0
  1162. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.cbor +0 -0
  1163. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_0e1.json.msgpack +0 -0
  1164. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.cbor +0 -1
  1165. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_after_space.json.msgpack +0 -1
  1166. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.cbor +0 -1
  1167. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_close_to_zero.json.msgpack +0 -1
  1168. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.cbor +0 -0
  1169. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_double_huge_neg_exp.json.msgpack +0 -0
  1170. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.cbor +0 -0
  1171. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_huge_exp.json.msgpack +0 -0
  1172. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.cbor +0 -0
  1173. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_int_with_exp.json.msgpack +0 -0
  1174. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.cbor +0 -0
  1175. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_minus_zero.json.msgpack +0 -0
  1176. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.cbor +0 -1
  1177. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_int.json.msgpack +0 -1
  1178. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.cbor +0 -1
  1179. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_one.json.msgpack +0 -1
  1180. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.cbor +0 -0
  1181. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_negative_zero.json.msgpack +0 -0
  1182. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.cbor +0 -1
  1183. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e.json.msgpack +0 -1
  1184. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.cbor +0 -1
  1185. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_neg_exp.json.msgpack +0 -1
  1186. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.cbor +0 -0
  1187. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_capital_e_pos_exp.json.msgpack +0 -0
  1188. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.cbor +0 -0
  1189. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_exponent.json.msgpack +0 -0
  1190. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.cbor +0 -1
  1191. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_fraction_exponent.json.msgpack +0 -1
  1192. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.cbor +0 -1
  1193. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_exp.json.msgpack +0 -1
  1194. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.cbor +0 -0
  1195. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_neg_overflow.json.msgpack +0 -0
  1196. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.cbor +0 -0
  1197. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_exponent.json.msgpack +0 -0
  1198. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.cbor +0 -0
  1199. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_pos_overflow.json.msgpack +0 -0
  1200. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.cbor +0 -0
  1201. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_real_underflow.json.msgpack +0 -0
  1202. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.cbor +0 -1
  1203. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_int.json.msgpack +0 -1
  1204. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.cbor +0 -1
  1205. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_simple_real.json.msgpack +0 -1
  1206. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_number_too_big_neg_int.json.cbor +0 -1
  1207. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object.json.cbor +0 -1
  1208. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object.json.msgpack +0 -1
  1209. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.cbor +0 -1
  1210. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_basic.json.msgpack +0 -1
  1211. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.cbor +0 -1
  1212. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key.json.msgpack +0 -1
  1213. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.cbor +0 -1
  1214. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_duplicated_key_and_value.json.msgpack +0 -1
  1215. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.cbor +0 -1
  1216. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty.json.msgpack +0 -1
  1217. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.cbor +0 -0
  1218. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_empty_key.json.msgpack +0 -0
  1219. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.cbor +0 -0
  1220. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_escaped_null_in_key.json.msgpack +0 -0
  1221. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.cbor +0 -1
  1222. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_extreme_numbers.json.msgpack +0 -1
  1223. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.cbor +0 -1
  1224. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_long_strings.json.msgpack +0 -0
  1225. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.cbor +0 -1
  1226. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_simple.json.msgpack +0 -1
  1227. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.cbor +0 -1
  1228. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_string_unicode.json.msgpack +0 -0
  1229. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.cbor +0 -1
  1230. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_object_with_newlines.json.msgpack +0 -1
  1231. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.cbor +0 -1
  1232. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json.msgpack +0 -1
  1233. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.cbor +0 -1
  1234. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json.msgpack +0 -1
  1235. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.cbor +0 -1
  1236. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pair.json.msgpack +0 -1
  1237. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.cbor +0 -1
  1238. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_accepted_surrogate_pairs.json.msgpack +0 -1
  1239. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.cbor +0 -2
  1240. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_allowed_escapes.json.msgpack +0 -2
  1241. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.cbor +0 -1
  1242. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_and_u_escaped_zero.json.msgpack +0 -1
  1243. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.cbor +0 -1
  1244. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_backslash_doublequotes.json.msgpack +0 -1
  1245. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.cbor +0 -1
  1246. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_comments.json.msgpack +0 -1
  1247. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.cbor +0 -1
  1248. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_a.json.msgpack +0 -1
  1249. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.cbor +0 -1
  1250. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_double_escape_n.json.msgpack +0 -1
  1251. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.cbor +0 -1
  1252. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_control_character.json.msgpack +0 -1
  1253. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.cbor +0 -1
  1254. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_escaped_noncharacter.json.msgpack +0 -1
  1255. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.cbor +0 -1
  1256. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array.json.msgpack +0 -1
  1257. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.cbor +0 -1
  1258. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_in_array_with_leading_space.json.msgpack +0 -1
  1259. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.cbor +0 -1
  1260. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_last_surrogates_1_and_2.json.msgpack +0 -1
  1261. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.cbor +0 -1
  1262. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_newline_uescaped.json.msgpack +0 -1
  1263. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.cbor +0 -1
  1264. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json.msgpack +0 -1
  1265. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.cbor +0 -1
  1266. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json.msgpack +0 -1
  1267. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.cbor +0 -1
  1268. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json.msgpack +0 -1
  1269. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.cbor +0 -0
  1270. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_null_escape.json.msgpack +0 -0
  1271. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.cbor +0 -1
  1272. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_one-byte-utf-8.json.msgpack +0 -1
  1273. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.cbor +0 -1
  1274. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_pi.json.msgpack +0 -1
  1275. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.cbor +0 -1
  1276. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_simple_ascii.json.msgpack +0 -1
  1277. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_space.json.cbor +0 -1
  1278. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_space.json.msgpack +0 -1
  1279. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.cbor +0 -1
  1280. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_three-byte-utf-8.json.msgpack +0 -1
  1281. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.cbor +0 -1
  1282. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_two-byte-utf-8.json.msgpack +0 -1
  1283. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.cbor +0 -1
  1284. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2028_line_sep.json.msgpack +0 -1
  1285. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.cbor +0 -1
  1286. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_u+2029_par_sep.json.msgpack +0 -1
  1287. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.cbor +0 -1
  1288. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_uEscape.json.msgpack +0 -1
  1289. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.cbor +0 -1
  1290. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unescaped_char_delete.json.msgpack +0 -1
  1291. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.cbor +0 -1
  1292. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode.json.msgpack +0 -1
  1293. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.cbor +0 -1
  1294. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicodeEscapedBackslash.json.msgpack +0 -1
  1295. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.cbor +0 -1
  1296. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_2.json.msgpack +0 -1
  1297. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.cbor +0 -1
  1298. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json.msgpack +0 -1
  1299. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.cbor +0 -1
  1300. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_U+2064_invisible_plus.json.msgpack +0 -1
  1301. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.cbor +0 -1
  1302. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_unicode_escaped_double_quote.json.msgpack +0 -1
  1303. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.cbor +0 -1
  1304. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_utf8.json.msgpack +0 -1
  1305. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.cbor +0 -1
  1306. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_string_with_del_character.json.msgpack +0 -1
  1307. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.cbor +0 -1
  1308. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_false.json.msgpack +0 -1
  1309. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.cbor +0 -1
  1310. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_int.json.msgpack +0 -1
  1311. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.cbor +0 -1
  1312. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_negative_real.json.msgpack +0 -1
  1313. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.cbor +0 -1
  1314. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_null.json.msgpack +0 -1
  1315. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.cbor +0 -1
  1316. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_string.json.msgpack +0 -1
  1317. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.cbor +0 -1
  1318. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_lonely_true.json.msgpack +0 -1
  1319. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.cbor +0 -1
  1320. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_string_empty.json.msgpack +0 -1
  1321. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.cbor +0 -1
  1322. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_trailing_newline.json.msgpack +0 -1
  1323. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.cbor +0 -1
  1324. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_true_in_array.json.msgpack +0 -1
  1325. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.cbor +0 -1
  1326. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite/test_parsing/y_structure_whitespace_array.json.msgpack +0 -1
  1327. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite2/LICENSE +0 -21
  1328. data/vendor/simdjson/dependencies/json/test/data/nst_json_testsuite2/README.md +0 -55
  1329. data/vendor/simdjson/dependencies/json/test/data/regression/floats.json.cbor +0 -0
  1330. data/vendor/simdjson/dependencies/json/test/data/regression/floats.json.msgpack +0 -0
  1331. data/vendor/simdjson/dependencies/json/test/data/regression/signed_ints.json.cbor +0 -0
  1332. data/vendor/simdjson/dependencies/json/test/data/regression/signed_ints.json.msgpack +0 -0
  1333. data/vendor/simdjson/dependencies/json/test/data/regression/unsigned_ints.json.cbor +0 -0
  1334. data/vendor/simdjson/dependencies/json/test/data/regression/unsigned_ints.json.msgpack +0 -0
  1335. data/vendor/simdjson/dependencies/json/test/data/regression/working_file.json.cbor +0 -1
  1336. data/vendor/simdjson/dependencies/json/test/data/regression/working_file.json.msgpack +0 -1
  1337. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/exec_speed.png +0 -0
  1338. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/fuzz.tiff +0 -0
  1339. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/high_freq.png +0 -0
  1340. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/index.html +0 -10
  1341. data/vendor/simdjson/dependencies/json/test/reports/2016-08-29-fuzz/low_freq.png +0 -0
  1342. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/README.md +0 -31
  1343. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/conformance_Nlohmann (C++11).md +0 -670
  1344. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/conformance_overall_Result.png +0 -0
  1345. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Memory_(byte).png +0 -0
  1346. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_1._Parse_Time_(ms).png +0 -0
  1347. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_2._Stringify_Time_(ms).png +0 -0
  1348. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_3._Prettify_Time_(ms).png +0 -0
  1349. data/vendor/simdjson/dependencies/json/test/reports/2016-09-09-nativejson_benchmark/performance_Corei7-4980HQ@2.80GHz_mac64_clang7.0_7._Code_size_FileSize_(byte).png +0 -0
  1350. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/exec_speed.png +0 -0
  1351. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/fuzz.tiff +0 -0
  1352. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/high_freq.png +0 -0
  1353. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/index.html +0 -10
  1354. data/vendor/simdjson/dependencies/json/test/reports/2016-10-02-fuzz/low_freq.png +0 -0
  1355. data/vendor/simdjson/dependencies/json/test/src/fuzzer-driver_afl.cpp +0 -38
  1356. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_bson.cpp +0 -73
  1357. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_cbor.cpp +0 -68
  1358. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_json.cpp +0 -69
  1359. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_msgpack.cpp +0 -68
  1360. data/vendor/simdjson/dependencies/json/test/src/fuzzer-parse_ubjson.cpp +0 -68
  1361. data/vendor/simdjson/dependencies/json/test/src/unit-algorithms.cpp +0 -320
  1362. data/vendor/simdjson/dependencies/json/test/src/unit-allocator.cpp +0 -236
  1363. data/vendor/simdjson/dependencies/json/test/src/unit-alt-string.cpp +0 -264
  1364. data/vendor/simdjson/dependencies/json/test/src/unit-bson.cpp +0 -1254
  1365. data/vendor/simdjson/dependencies/json/test/src/unit-capacity.cpp +0 -563
  1366. data/vendor/simdjson/dependencies/json/test/src/unit-cbor.cpp +0 -2189
  1367. data/vendor/simdjson/dependencies/json/test/src/unit-class_const_iterator.cpp +0 -419
  1368. data/vendor/simdjson/dependencies/json/test/src/unit-class_iterator.cpp +0 -403
  1369. data/vendor/simdjson/dependencies/json/test/src/unit-class_lexer.cpp +0 -181
  1370. data/vendor/simdjson/dependencies/json/test/src/unit-class_parser.cpp +0 -1770
  1371. data/vendor/simdjson/dependencies/json/test/src/unit-comparison.cpp +0 -263
  1372. data/vendor/simdjson/dependencies/json/test/src/unit-concepts.cpp +0 -171
  1373. data/vendor/simdjson/dependencies/json/test/src/unit-constructor1.cpp +0 -1537
  1374. data/vendor/simdjson/dependencies/json/test/src/unit-constructor2.cpp +0 -192
  1375. data/vendor/simdjson/dependencies/json/test/src/unit-convenience.cpp +0 -117
  1376. data/vendor/simdjson/dependencies/json/test/src/unit-conversions.cpp +0 -1577
  1377. data/vendor/simdjson/dependencies/json/test/src/unit-deserialization.cpp +0 -1026
  1378. data/vendor/simdjson/dependencies/json/test/src/unit-element_access1.cpp +0 -974
  1379. data/vendor/simdjson/dependencies/json/test/src/unit-element_access2.cpp +0 -1109
  1380. data/vendor/simdjson/dependencies/json/test/src/unit-inspection.cpp +0 -442
  1381. data/vendor/simdjson/dependencies/json/test/src/unit-items.cpp +0 -1450
  1382. data/vendor/simdjson/dependencies/json/test/src/unit-iterators1.cpp +0 -1692
  1383. data/vendor/simdjson/dependencies/json/test/src/unit-iterators2.cpp +0 -906
  1384. data/vendor/simdjson/dependencies/json/test/src/unit-json_patch.cpp +0 -1295
  1385. data/vendor/simdjson/dependencies/json/test/src/unit-json_pointer.cpp +0 -646
  1386. data/vendor/simdjson/dependencies/json/test/src/unit-merge_patch.cpp +0 -262
  1387. data/vendor/simdjson/dependencies/json/test/src/unit-meta.cpp +0 -57
  1388. data/vendor/simdjson/dependencies/json/test/src/unit-modifiers.cpp +0 -941
  1389. data/vendor/simdjson/dependencies/json/test/src/unit-msgpack.cpp +0 -1607
  1390. data/vendor/simdjson/dependencies/json/test/src/unit-noexcept.cpp +0 -82
  1391. data/vendor/simdjson/dependencies/json/test/src/unit-pointer_access.cpp +0 -444
  1392. data/vendor/simdjson/dependencies/json/test/src/unit-readme.cpp +0 -327
  1393. data/vendor/simdjson/dependencies/json/test/src/unit-reference_access.cpp +0 -318
  1394. data/vendor/simdjson/dependencies/json/test/src/unit-regression.cpp +0 -1830
  1395. data/vendor/simdjson/dependencies/json/test/src/unit-serialization.cpp +0 -191
  1396. data/vendor/simdjson/dependencies/json/test/src/unit-testsuites.cpp +0 -1415
  1397. data/vendor/simdjson/dependencies/json/test/src/unit-to_chars.cpp +0 -537
  1398. data/vendor/simdjson/dependencies/json/test/src/unit-ubjson.cpp +0 -2295
  1399. data/vendor/simdjson/dependencies/json/test/src/unit-udt.cpp +0 -830
  1400. data/vendor/simdjson/dependencies/json/test/src/unit-unicode.cpp +0 -1610
  1401. data/vendor/simdjson/dependencies/json/test/src/unit-wstring.cpp +0 -117
  1402. data/vendor/simdjson/dependencies/json/test/src/unit.cpp +0 -31
  1403. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/CMakeLists.txt +0 -45
  1404. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerCorpus.h +0 -217
  1405. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerCrossOver.cpp +0 -52
  1406. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDefs.h +0 -89
  1407. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDictionary.h +0 -124
  1408. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerDriver.cpp +0 -545
  1409. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctions.def +0 -50
  1410. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctions.h +0 -35
  1411. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsDlsym.cpp +0 -52
  1412. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsWeak.cpp +0 -53
  1413. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp +0 -56
  1414. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerFlags.def +0 -115
  1415. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIO.cpp +0 -117
  1416. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIO.h +0 -64
  1417. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIOPosix.cpp +0 -88
  1418. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerIOWindows.cpp +0 -282
  1419. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerInterface.h +0 -67
  1420. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerInternal.h +0 -182
  1421. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerLoop.cpp +0 -792
  1422. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMain.cpp +0 -21
  1423. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMerge.cpp +0 -261
  1424. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMerge.h +0 -70
  1425. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMutate.cpp +0 -527
  1426. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerMutate.h +0 -145
  1427. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerOptions.h +0 -68
  1428. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerRandom.h +0 -36
  1429. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerSHA1.cpp +0 -222
  1430. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerSHA1.h +0 -33
  1431. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTracePC.cpp +0 -339
  1432. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTracePC.h +0 -158
  1433. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerTraceState.cpp +0 -325
  1434. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtil.cpp +0 -218
  1435. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtil.h +0 -72
  1436. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilDarwin.cpp +0 -152
  1437. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilLinux.cpp +0 -24
  1438. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilPosix.cpp +0 -117
  1439. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerUtilWindows.cpp +0 -182
  1440. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/FuzzerValueBitMap.h +0 -87
  1441. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/README.txt +0 -2
  1442. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/afl/afl_driver.cpp +0 -295
  1443. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/build.sh +0 -10
  1444. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/cxx.dict +0 -122
  1445. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/standalone/StandaloneFuzzTargetMain.c +0 -41
  1446. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AFLDriverTest.cpp +0 -22
  1447. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AbsNegAndConstant64Test.cpp +0 -23
  1448. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AbsNegAndConstantTest.cpp +0 -23
  1449. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/AccumulateAllocationsTest.cpp +0 -17
  1450. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/BufferOverflowOnInput.cpp +0 -23
  1451. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CMakeLists.txt +0 -217
  1452. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CallerCalleeTest.cpp +0 -59
  1453. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CounterTest.cpp +0 -18
  1454. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CustomCrossOverTest.cpp +0 -63
  1455. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/CustomMutatorTest.cpp +0 -38
  1456. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSO1.cpp +0 -12
  1457. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSO2.cpp +0 -12
  1458. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSOTestExtra.cpp +0 -11
  1459. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DSOTestMain.cpp +0 -31
  1460. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/DivTest.cpp +0 -20
  1461. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/EmptyTest.cpp +0 -11
  1462. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FourIndependentBranchesTest.cpp +0 -22
  1463. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FullCoverageSetTest.cpp +0 -24
  1464. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/FuzzerUnittest.cpp +0 -738
  1465. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/InitializeTest.cpp +0 -28
  1466. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LeakTest.cpp +0 -17
  1467. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LeakTimeoutTest.cpp +0 -17
  1468. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/LoadTest.cpp +0 -22
  1469. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/MemcmpTest.cpp +0 -31
  1470. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NthRunCrashTest.cpp +0 -18
  1471. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NullDerefOnEmptyTest.cpp +0 -19
  1472. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/NullDerefTest.cpp +0 -26
  1473. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OneHugeAllocTest.cpp +0 -28
  1474. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp +0 -27
  1475. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/OutOfMemoryTest.cpp +0 -31
  1476. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/RepeatedBytesTest.cpp +0 -29
  1477. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/RepeatedMemcmp.cpp +0 -22
  1478. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ShrinkControlFlowTest.cpp +0 -28
  1479. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ShrinkValueProfileTest.cpp +0 -22
  1480. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SignedIntOverflowTest.cpp +0 -28
  1481. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleCmpTest.cpp +0 -46
  1482. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleDictionaryTest.cpp +0 -29
  1483. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleHashTest.cpp +0 -40
  1484. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleTest.cpp +0 -27
  1485. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SimpleThreadedTest.cpp +0 -25
  1486. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleMemcmpTest.cpp +0 -17
  1487. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleStrcmpTest.cpp +0 -17
  1488. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SingleStrncmpTest.cpp +0 -17
  1489. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SpamyTest.cpp +0 -21
  1490. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrcmpTest.cpp +0 -32
  1491. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrncmpOOBTest.cpp +0 -21
  1492. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrncmpTest.cpp +0 -28
  1493. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/StrstrTest.cpp +0 -28
  1494. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SwapCmpTest.cpp +0 -34
  1495. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/Switch2Test.cpp +0 -35
  1496. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/SwitchTest.cpp +0 -58
  1497. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ThreadedLeakTest.cpp +0 -18
  1498. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ThreadedTest.cpp +0 -26
  1499. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TimeoutEmptyTest.cpp +0 -14
  1500. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TimeoutTest.cpp +0 -26
  1501. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/TraceMallocTest.cpp +0 -27
  1502. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/UninstrumentedTest.cpp +0 -11
  1503. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/afl-driver-extra-stats.test +0 -28
  1504. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/afl-driver-stderr.test +0 -10
  1505. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/caller-callee.test +0 -2
  1506. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/coverage.test +0 -19
  1507. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/dict1.txt +0 -4
  1508. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/dump_coverage.test +0 -16
  1509. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-customcrossover.test +0 -10
  1510. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-custommutator.test +0 -4
  1511. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-dict.test +0 -6
  1512. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-dirs.test +0 -15
  1513. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-fdmask.test +0 -30
  1514. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-finalstats.test +0 -11
  1515. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-flags.test +0 -10
  1516. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-jobs.test +0 -29
  1517. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-leak.test +0 -35
  1518. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-oom-with-profile.test +0 -6
  1519. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-oom.test +0 -11
  1520. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-printcovpcs.test +0 -8
  1521. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-runs.test +0 -8
  1522. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-seed.test +0 -3
  1523. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-segv.test +0 -5
  1524. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-singleinputs.test +0 -16
  1525. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-threaded.test +0 -7
  1526. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-timeout.test +0 -19
  1527. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-traces-hooks.test +0 -25
  1528. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer-ubsan.test +0 -4
  1529. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/fuzzer.test +0 -57
  1530. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/hi.txt +0 -1
  1531. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/lit.cfg +0 -29
  1532. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/lit.site.cfg.in +0 -4
  1533. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/merge.test +0 -46
  1534. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/minimize_crash.test +0 -6
  1535. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/no-coverage/CMakeLists.txt +0 -29
  1536. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/repeated-bytes.test +0 -2
  1537. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/shrink.test +0 -7
  1538. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/simple-cmp.test +0 -2
  1539. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/standalone.test +0 -4
  1540. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/swap-cmp.test +0 -2
  1541. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/trace-malloc.test +0 -10
  1542. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ubsan/CMakeLists.txt +0 -15
  1543. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/ulimit.test +0 -2
  1544. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/uninstrumented/CMakeLists.txt +0 -16
  1545. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/unit/lit.cfg +0 -7
  1546. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/unit/lit.site.cfg.in +0 -2
  1547. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp.test +0 -2
  1548. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp2.test +0 -2
  1549. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp3.test +0 -2
  1550. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-cmp4.test +0 -2
  1551. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-div.test +0 -3
  1552. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-load.test +0 -3
  1553. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-mem.test +0 -2
  1554. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-set.test +0 -3
  1555. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-strcmp.test +0 -2
  1556. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-strncmp.test +0 -2
  1557. data/vendor/simdjson/dependencies/json/test/thirdparty/Fuzzer/test/value-profile-switch.test +0 -3
  1558. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/LICENSE.txt +0 -21
  1559. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/doctest.h +0 -6025
  1560. data/vendor/simdjson/dependencies/json/test/thirdparty/doctest/doctest_compatibility.h +0 -37
  1561. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/LICENSE +0 -21
  1562. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/README.md +0 -46
  1563. data/vendor/simdjson/dependencies/json/test/thirdparty/fastcov/fastcov.py +0 -372
  1564. data/vendor/simdjson/dependencies/json/test/thirdparty/fifo_map/LICENSE.MIT +0 -21
  1565. data/vendor/simdjson/dependencies/json/test/thirdparty/fifo_map/fifo_map.hpp +0 -530
  1566. data/vendor/simdjson/dependencies/json/test/thirdparty/imapdl/filterbr.py +0 -109
  1567. data/vendor/simdjson/dependencies/json/test/thirdparty/imapdl/gpl-3.0.txt +0 -674
  1568. data/vendor/simdjson/dependencies/json/third_party/amalgamate/CHANGES.md +0 -10
  1569. data/vendor/simdjson/dependencies/json/third_party/amalgamate/LICENSE.md +0 -27
  1570. data/vendor/simdjson/dependencies/json/third_party/amalgamate/README.md +0 -66
  1571. data/vendor/simdjson/dependencies/json/third_party/amalgamate/amalgamate.py +0 -299
  1572. data/vendor/simdjson/dependencies/json/third_party/cpplint/LICENSE +0 -27
  1573. data/vendor/simdjson/dependencies/json/third_party/cpplint/README.rst +0 -80
  1574. data/vendor/simdjson/dependencies/json/third_party/cpplint/cpplint.py +0 -6583
  1575. data/vendor/simdjson/dependencies/json/third_party/cpplint/update.sh +0 -5
  1576. data/vendor/simdjson/dependencies/json11/CMakeLists.txt +0 -57
  1577. data/vendor/simdjson/dependencies/json11/LICENSE.txt +0 -19
  1578. data/vendor/simdjson/dependencies/json11/Makefile +0 -15
  1579. data/vendor/simdjson/dependencies/json11/README.md +0 -42
  1580. data/vendor/simdjson/dependencies/json11/json11.cpp +0 -788
  1581. data/vendor/simdjson/dependencies/json11/json11.hpp +0 -232
  1582. data/vendor/simdjson/dependencies/json11/json11.pc.in +0 -9
  1583. data/vendor/simdjson/dependencies/json11/test.cpp +0 -281
  1584. data/vendor/simdjson/dependencies/jsoncpp/AUTHORS +0 -111
  1585. data/vendor/simdjson/dependencies/jsoncpp/CMakeLists.txt +0 -186
  1586. data/vendor/simdjson/dependencies/jsoncpp/CTestConfig.cmake +0 -15
  1587. data/vendor/simdjson/dependencies/jsoncpp/LICENSE +0 -55
  1588. data/vendor/simdjson/dependencies/jsoncpp/README.md +0 -144
  1589. data/vendor/simdjson/dependencies/jsoncpp/amalgamate.py +0 -155
  1590. data/vendor/simdjson/dependencies/jsoncpp/appveyor.yml +0 -26
  1591. data/vendor/simdjson/dependencies/jsoncpp/dev.makefile +0 -35
  1592. data/vendor/simdjson/dependencies/jsoncpp/devtools/__init__.py +0 -6
  1593. data/vendor/simdjson/dependencies/jsoncpp/devtools/antglob.py +0 -205
  1594. data/vendor/simdjson/dependencies/jsoncpp/devtools/batchbuild.py +0 -278
  1595. data/vendor/simdjson/dependencies/jsoncpp/devtools/fixeol.py +0 -70
  1596. data/vendor/simdjson/dependencies/jsoncpp/devtools/licenseupdater.py +0 -94
  1597. data/vendor/simdjson/dependencies/jsoncpp/devtools/tarball.py +0 -52
  1598. data/vendor/simdjson/dependencies/jsoncpp/doc/doxyfile.in +0 -2302
  1599. data/vendor/simdjson/dependencies/jsoncpp/doc/footer.html +0 -21
  1600. data/vendor/simdjson/dependencies/jsoncpp/doc/header.html +0 -64
  1601. data/vendor/simdjson/dependencies/jsoncpp/doc/jsoncpp.dox +0 -164
  1602. data/vendor/simdjson/dependencies/jsoncpp/doc/readme.txt +0 -1
  1603. data/vendor/simdjson/dependencies/jsoncpp/doc/roadmap.dox +0 -3
  1604. data/vendor/simdjson/dependencies/jsoncpp/doc/web_doxyfile.in +0 -2290
  1605. data/vendor/simdjson/dependencies/jsoncpp/doxybuild.py +0 -189
  1606. data/vendor/simdjson/dependencies/jsoncpp/include/CMakeLists.txt +0 -2
  1607. data/vendor/simdjson/dependencies/jsoncpp/include/json/allocator.h +0 -89
  1608. data/vendor/simdjson/dependencies/jsoncpp/include/json/assertions.h +0 -59
  1609. data/vendor/simdjson/dependencies/jsoncpp/include/json/autolink.h +0 -25
  1610. data/vendor/simdjson/dependencies/jsoncpp/include/json/config.h +0 -198
  1611. data/vendor/simdjson/dependencies/jsoncpp/include/json/features.h +0 -61
  1612. data/vendor/simdjson/dependencies/jsoncpp/include/json/forwards.h +0 -37
  1613. data/vendor/simdjson/dependencies/jsoncpp/include/json/json.h +0 -15
  1614. data/vendor/simdjson/dependencies/jsoncpp/include/json/reader.h +0 -417
  1615. data/vendor/simdjson/dependencies/jsoncpp/include/json/value.h +0 -909
  1616. data/vendor/simdjson/dependencies/jsoncpp/include/json/version.h +0 -22
  1617. data/vendor/simdjson/dependencies/jsoncpp/include/json/writer.h +0 -368
  1618. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsoncpp.sln +0 -42
  1619. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsontest.vcxproj +0 -96
  1620. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/jsontest.vcxproj.filters +0 -13
  1621. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/lib_json.vcxproj +0 -143
  1622. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/lib_json.vcxproj.filters +0 -33
  1623. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/test_lib_json.vcxproj +0 -109
  1624. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2010/test_lib_json.vcxproj.filters +0 -24
  1625. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/jsoncpp.sln +0 -64
  1626. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/jsontest.vcxproj +0 -168
  1627. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/lib_json.vcxproj +0 -258
  1628. data/vendor/simdjson/dependencies/jsoncpp/makefiles/msvc2017/test_lib_json.vcxproj +0 -189
  1629. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/jsoncpp.sln +0 -46
  1630. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/jsontest.vcproj +0 -119
  1631. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/lib_json.vcproj +0 -205
  1632. data/vendor/simdjson/dependencies/jsoncpp/makefiles/vs71/test_lib_json.vcproj +0 -130
  1633. data/vendor/simdjson/dependencies/jsoncpp/makerelease.py +0 -390
  1634. data/vendor/simdjson/dependencies/jsoncpp/meson.build +0 -115
  1635. data/vendor/simdjson/dependencies/jsoncpp/pkg-config/jsoncpp.pc.in +0 -9
  1636. data/vendor/simdjson/dependencies/jsoncpp/src/CMakeLists.txt +0 -5
  1637. data/vendor/simdjson/dependencies/jsoncpp/src/jsontestrunner/CMakeLists.txt +0 -36
  1638. data/vendor/simdjson/dependencies/jsoncpp/src/jsontestrunner/main.cpp +0 -300
  1639. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/CMakeLists.txt +0 -145
  1640. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_reader.cpp +0 -2008
  1641. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_tool.h +0 -134
  1642. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_value.cpp +0 -1713
  1643. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_valueiterator.inl +0 -159
  1644. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/json_writer.cpp +0 -1253
  1645. data/vendor/simdjson/dependencies/jsoncpp/src/lib_json/version.h.in +0 -20
  1646. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/CMakeLists.txt +0 -40
  1647. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/jsontest.cpp +0 -435
  1648. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/jsontest.h +0 -276
  1649. data/vendor/simdjson/dependencies/jsoncpp/src/test_lib_json/main.cpp +0 -2597
  1650. data/vendor/simdjson/dependencies/jsoncpp/test/cleantests.py +0 -16
  1651. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_01.expected +0 -1
  1652. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_02.expected +0 -2
  1653. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_03.expected +0 -6
  1654. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_04.expected +0 -5
  1655. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_05.expected +0 -100
  1656. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_06.expected +0 -5
  1657. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_array_07.expected +0 -2122
  1658. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_01.expected +0 -1
  1659. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_02.expected +0 -1
  1660. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_03.expected +0 -3
  1661. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_04.expected +0 -2
  1662. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_05.expected +0 -2
  1663. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_06.expected +0 -2
  1664. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_07.expected +0 -2
  1665. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_08.expected +0 -3
  1666. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_basic_09.expected +0 -4
  1667. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_00.expected +0 -4
  1668. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_01.expected +0 -10
  1669. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_comment_02.expected +0 -23
  1670. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_complex_01.expected +0 -20
  1671. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_01.expected +0 -2
  1672. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_02.expected +0 -2
  1673. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_03.expected +0 -2
  1674. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_04.expected +0 -3
  1675. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_05.expected +0 -2
  1676. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_06_64bits.expected +0 -1
  1677. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_07_64bits.expected +0 -1
  1678. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_integer_08_64bits.expected +0 -1
  1679. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_large_01.expected +0 -2122
  1680. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_01.expected +0 -1
  1681. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_02.expected +0 -2
  1682. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_03.expected +0 -4
  1683. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_object_04.expected +0 -2
  1684. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_preserve_comment_01.expected +0 -11
  1685. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_01.expected +0 -3
  1686. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_02.expected +0 -3
  1687. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_03.expected +0 -3
  1688. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_04.expected +0 -3
  1689. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_05.expected +0 -4
  1690. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_06.expected +0 -4
  1691. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_07.expected +0 -4
  1692. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_08.expected +0 -4
  1693. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_09.expected +0 -4
  1694. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_10.expected +0 -4
  1695. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_11.expected +0 -4
  1696. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_real_12.expected +0 -2
  1697. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_01.expected +0 -1
  1698. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_02.expected +0 -1
  1699. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_03.expected +0 -1
  1700. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_04.expected +0 -2
  1701. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_05.expected +0 -2
  1702. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_01.expected +0 -1
  1703. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_02.expected +0 -1
  1704. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_03.expected +0 -1
  1705. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_04.expected +0 -1
  1706. data/vendor/simdjson/dependencies/jsoncpp/test/data/test_string_unicode_05.expected +0 -2
  1707. data/vendor/simdjson/dependencies/jsoncpp/test/generate_expected.py +0 -17
  1708. data/vendor/simdjson/dependencies/jsoncpp/test/jsonchecker/readme.txt +0 -3
  1709. data/vendor/simdjson/dependencies/jsoncpp/test/pyjsontestrunner.py +0 -71
  1710. data/vendor/simdjson/dependencies/jsoncpp/test/runjsontests.py +0 -210
  1711. data/vendor/simdjson/dependencies/jsoncpp/test/rununittests.py +0 -84
  1712. data/vendor/simdjson/dependencies/jsoncpp/version +0 -1
  1713. data/vendor/simdjson/dependencies/jsoncpp/version.in +0 -1
  1714. data/vendor/simdjson/dependencies/jsoncppdist/json/json-forwards.h +0 -344
  1715. data/vendor/simdjson/dependencies/jsoncppdist/json/json.h +0 -2366
  1716. data/vendor/simdjson/dependencies/jsoncppdist/jsoncpp.cpp +0 -5426
  1717. data/vendor/simdjson/dependencies/rapidjson/CHANGELOG.md +0 -158
  1718. data/vendor/simdjson/dependencies/rapidjson/CMakeLists.txt +0 -221
  1719. data/vendor/simdjson/dependencies/rapidjson/CMakeModules/FindGTestSrc.cmake +0 -30
  1720. data/vendor/simdjson/dependencies/rapidjson/RapidJSON.pc.in +0 -7
  1721. data/vendor/simdjson/dependencies/rapidjson/RapidJSONConfig.cmake.in +0 -15
  1722. data/vendor/simdjson/dependencies/rapidjson/RapidJSONConfigVersion.cmake.in +0 -10
  1723. data/vendor/simdjson/dependencies/rapidjson/appveyor.yml +0 -41
  1724. data/vendor/simdjson/dependencies/rapidjson/bin/data/readme.txt +0 -1
  1725. data/vendor/simdjson/dependencies/rapidjson/bin/draft-04/schema +0 -150
  1726. data/vendor/simdjson/dependencies/rapidjson/bin/jsonchecker/readme.txt +0 -3
  1727. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/LICENSE +0 -19
  1728. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/README.md +0 -148
  1729. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/bin/jsonschema_suite +0 -283
  1730. data/vendor/simdjson/dependencies/rapidjson/bin/jsonschema/tox.ini +0 -8
  1731. data/vendor/simdjson/dependencies/rapidjson/bin/types/readme.txt +0 -1
  1732. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/LICENSE +0 -45
  1733. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/README.md +0 -7
  1734. data/vendor/simdjson/dependencies/rapidjson/contrib/natvis/rapidjson.natvis +0 -38
  1735. data/vendor/simdjson/dependencies/rapidjson/doc/CMakeLists.txt +0 -27
  1736. data/vendor/simdjson/dependencies/rapidjson/doc/Doxyfile.in +0 -2369
  1737. data/vendor/simdjson/dependencies/rapidjson/doc/Doxyfile.zh-cn.in +0 -2369
  1738. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/architecture.dot +0 -50
  1739. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/architecture.png +0 -0
  1740. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/insituparsing.dot +0 -65
  1741. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/insituparsing.png +0 -0
  1742. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +0 -62
  1743. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  1744. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/makefile +0 -8
  1745. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move1.dot +0 -47
  1746. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move1.png +0 -0
  1747. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move2.dot +0 -62
  1748. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move2.png +0 -0
  1749. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move3.dot +0 -60
  1750. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/move3.png +0 -0
  1751. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/normalparsing.dot +0 -56
  1752. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/normalparsing.png +0 -0
  1753. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/simpledom.dot +0 -54
  1754. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/simpledom.png +0 -0
  1755. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/tutorial.dot +0 -58
  1756. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/tutorial.png +0 -0
  1757. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/utilityclass.dot +0 -73
  1758. data/vendor/simdjson/dependencies/rapidjson/doc/diagram/utilityclass.png +0 -0
  1759. data/vendor/simdjson/dependencies/rapidjson/doc/dom.md +0 -280
  1760. data/vendor/simdjson/dependencies/rapidjson/doc/dom.zh-cn.md +0 -284
  1761. data/vendor/simdjson/dependencies/rapidjson/doc/encoding.md +0 -146
  1762. data/vendor/simdjson/dependencies/rapidjson/doc/encoding.zh-cn.md +0 -152
  1763. data/vendor/simdjson/dependencies/rapidjson/doc/faq.md +0 -289
  1764. data/vendor/simdjson/dependencies/rapidjson/doc/faq.zh-cn.md +0 -290
  1765. data/vendor/simdjson/dependencies/rapidjson/doc/features.md +0 -104
  1766. data/vendor/simdjson/dependencies/rapidjson/doc/features.zh-cn.md +0 -103
  1767. data/vendor/simdjson/dependencies/rapidjson/doc/internals.md +0 -368
  1768. data/vendor/simdjson/dependencies/rapidjson/doc/internals.zh-cn.md +0 -363
  1769. data/vendor/simdjson/dependencies/rapidjson/doc/logo/rapidjson.png +0 -0
  1770. data/vendor/simdjson/dependencies/rapidjson/doc/logo/rapidjson.svg +0 -119
  1771. data/vendor/simdjson/dependencies/rapidjson/doc/misc/DoxygenLayout.xml +0 -194
  1772. data/vendor/simdjson/dependencies/rapidjson/doc/misc/doxygenextra.css +0 -274
  1773. data/vendor/simdjson/dependencies/rapidjson/doc/misc/footer.html +0 -11
  1774. data/vendor/simdjson/dependencies/rapidjson/doc/misc/header.html +0 -24
  1775. data/vendor/simdjson/dependencies/rapidjson/doc/npm.md +0 -31
  1776. data/vendor/simdjson/dependencies/rapidjson/doc/performance.md +0 -26
  1777. data/vendor/simdjson/dependencies/rapidjson/doc/performance.zh-cn.md +0 -26
  1778. data/vendor/simdjson/dependencies/rapidjson/doc/pointer.md +0 -234
  1779. data/vendor/simdjson/dependencies/rapidjson/doc/pointer.zh-cn.md +0 -234
  1780. data/vendor/simdjson/dependencies/rapidjson/doc/sax.md +0 -509
  1781. data/vendor/simdjson/dependencies/rapidjson/doc/sax.zh-cn.md +0 -487
  1782. data/vendor/simdjson/dependencies/rapidjson/doc/schema.md +0 -505
  1783. data/vendor/simdjson/dependencies/rapidjson/doc/schema.zh-cn.md +0 -237
  1784. data/vendor/simdjson/dependencies/rapidjson/doc/stream.md +0 -429
  1785. data/vendor/simdjson/dependencies/rapidjson/doc/stream.zh-cn.md +0 -429
  1786. data/vendor/simdjson/dependencies/rapidjson/doc/tutorial.md +0 -536
  1787. data/vendor/simdjson/dependencies/rapidjson/doc/tutorial.zh-cn.md +0 -534
  1788. data/vendor/simdjson/dependencies/rapidjson/docker/debian/Dockerfile +0 -8
  1789. data/vendor/simdjson/dependencies/rapidjson/example/CMakeLists.txt +0 -45
  1790. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archiver.cpp +0 -292
  1791. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archiver.h +0 -145
  1792. data/vendor/simdjson/dependencies/rapidjson/example/archiver/archivertest.cpp +0 -287
  1793. data/vendor/simdjson/dependencies/rapidjson/example/capitalize/capitalize.cpp +0 -67
  1794. data/vendor/simdjson/dependencies/rapidjson/example/condense/condense.cpp +0 -32
  1795. data/vendor/simdjson/dependencies/rapidjson/example/filterkey/filterkey.cpp +0 -135
  1796. data/vendor/simdjson/dependencies/rapidjson/example/filterkeydom/filterkeydom.cpp +0 -170
  1797. data/vendor/simdjson/dependencies/rapidjson/example/jsonx/jsonx.cpp +0 -207
  1798. data/vendor/simdjson/dependencies/rapidjson/example/lookaheadparser/lookaheadparser.cpp +0 -350
  1799. data/vendor/simdjson/dependencies/rapidjson/example/messagereader/messagereader.cpp +0 -105
  1800. data/vendor/simdjson/dependencies/rapidjson/example/parsebyparts/parsebyparts.cpp +0 -176
  1801. data/vendor/simdjson/dependencies/rapidjson/example/pretty/pretty.cpp +0 -30
  1802. data/vendor/simdjson/dependencies/rapidjson/example/prettyauto/prettyauto.cpp +0 -56
  1803. data/vendor/simdjson/dependencies/rapidjson/example/schemavalidator/schemavalidator.cpp +0 -78
  1804. data/vendor/simdjson/dependencies/rapidjson/example/serialize/serialize.cpp +0 -173
  1805. data/vendor/simdjson/dependencies/rapidjson/example/simpledom/simpledom.cpp +0 -29
  1806. data/vendor/simdjson/dependencies/rapidjson/example/simplepullreader/simplepullreader.cpp +0 -53
  1807. data/vendor/simdjson/dependencies/rapidjson/example/simplereader/simplereader.cpp +0 -42
  1808. data/vendor/simdjson/dependencies/rapidjson/example/simplewriter/simplewriter.cpp +0 -36
  1809. data/vendor/simdjson/dependencies/rapidjson/example/tutorial/tutorial.cpp +0 -151
  1810. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/allocators.h +0 -284
  1811. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/cursorstreamwrapper.h +0 -78
  1812. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/document.h +0 -2658
  1813. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/encodedstream.h +0 -299
  1814. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/encodings.h +0 -716
  1815. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/error/en.h +0 -74
  1816. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/error/error.h +0 -161
  1817. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/filereadstream.h +0 -99
  1818. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/filewritestream.h +0 -104
  1819. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/fwd.h +0 -151
  1820. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/biginteger.h +0 -290
  1821. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/diyfp.h +0 -258
  1822. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/dtoa.h +0 -245
  1823. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/ieee754.h +0 -78
  1824. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/itoa.h +0 -309
  1825. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/meta.h +0 -186
  1826. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/pow10.h +0 -55
  1827. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/regex.h +0 -732
  1828. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/stack.h +0 -231
  1829. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/strfunc.h +0 -69
  1830. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/strtod.h +0 -269
  1831. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/internal/swap.h +0 -46
  1832. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/istreamwrapper.h +0 -113
  1833. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/memorybuffer.h +0 -70
  1834. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/memorystream.h +0 -71
  1835. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/msinttypes/inttypes.h +0 -316
  1836. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/msinttypes/stdint.h +0 -300
  1837. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/ostreamwrapper.h +0 -81
  1838. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/pointer.h +0 -1357
  1839. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/prettywriter.h +0 -277
  1840. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/rapidjson.h +0 -628
  1841. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/reader.h +0 -2216
  1842. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/schema.h +0 -2483
  1843. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/stream.h +0 -223
  1844. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/stringbuffer.h +0 -121
  1845. data/vendor/simdjson/dependencies/rapidjson/include/rapidjson/writer.h +0 -710
  1846. data/vendor/simdjson/dependencies/rapidjson/include_dirs.js +0 -2
  1847. data/vendor/simdjson/dependencies/rapidjson/license.txt +0 -57
  1848. data/vendor/simdjson/dependencies/rapidjson/rapidjson.autopkg +0 -77
  1849. data/vendor/simdjson/dependencies/rapidjson/readme.md +0 -160
  1850. data/vendor/simdjson/dependencies/rapidjson/readme.zh-cn.md +0 -152
  1851. data/vendor/simdjson/dependencies/rapidjson/test/CMakeLists.txt +0 -20
  1852. data/vendor/simdjson/dependencies/rapidjson/test/perftest/CMakeLists.txt +0 -28
  1853. data/vendor/simdjson/dependencies/rapidjson/test/perftest/misctest.cpp +0 -974
  1854. data/vendor/simdjson/dependencies/rapidjson/test/perftest/perftest.cpp +0 -24
  1855. data/vendor/simdjson/dependencies/rapidjson/test/perftest/perftest.h +0 -185
  1856. data/vendor/simdjson/dependencies/rapidjson/test/perftest/platformtest.cpp +0 -166
  1857. data/vendor/simdjson/dependencies/rapidjson/test/perftest/rapidjsontest.cpp +0 -472
  1858. data/vendor/simdjson/dependencies/rapidjson/test/perftest/schematest.cpp +0 -216
  1859. data/vendor/simdjson/dependencies/rapidjson/test/unittest/CMakeLists.txt +0 -92
  1860. data/vendor/simdjson/dependencies/rapidjson/test/unittest/allocatorstest.cpp +0 -102
  1861. data/vendor/simdjson/dependencies/rapidjson/test/unittest/bigintegertest.cpp +0 -133
  1862. data/vendor/simdjson/dependencies/rapidjson/test/unittest/cursorstreamwrappertest.cpp +0 -115
  1863. data/vendor/simdjson/dependencies/rapidjson/test/unittest/documenttest.cpp +0 -672
  1864. data/vendor/simdjson/dependencies/rapidjson/test/unittest/dtoatest.cpp +0 -98
  1865. data/vendor/simdjson/dependencies/rapidjson/test/unittest/encodedstreamtest.cpp +0 -313
  1866. data/vendor/simdjson/dependencies/rapidjson/test/unittest/encodingstest.cpp +0 -451
  1867. data/vendor/simdjson/dependencies/rapidjson/test/unittest/filestreamtest.cpp +0 -112
  1868. data/vendor/simdjson/dependencies/rapidjson/test/unittest/fwdtest.cpp +0 -230
  1869. data/vendor/simdjson/dependencies/rapidjson/test/unittest/istreamwrappertest.cpp +0 -181
  1870. data/vendor/simdjson/dependencies/rapidjson/test/unittest/itoatest.cpp +0 -160
  1871. data/vendor/simdjson/dependencies/rapidjson/test/unittest/jsoncheckertest.cpp +0 -143
  1872. data/vendor/simdjson/dependencies/rapidjson/test/unittest/namespacetest.cpp +0 -70
  1873. data/vendor/simdjson/dependencies/rapidjson/test/unittest/ostreamwrappertest.cpp +0 -92
  1874. data/vendor/simdjson/dependencies/rapidjson/test/unittest/pointertest.cpp +0 -1529
  1875. data/vendor/simdjson/dependencies/rapidjson/test/unittest/prettywritertest.cpp +0 -344
  1876. data/vendor/simdjson/dependencies/rapidjson/test/unittest/readertest.cpp +0 -1895
  1877. data/vendor/simdjson/dependencies/rapidjson/test/unittest/regextest.cpp +0 -638
  1878. data/vendor/simdjson/dependencies/rapidjson/test/unittest/schematest.cpp +0 -2045
  1879. data/vendor/simdjson/dependencies/rapidjson/test/unittest/simdtest.cpp +0 -219
  1880. data/vendor/simdjson/dependencies/rapidjson/test/unittest/strfunctest.cpp +0 -30
  1881. data/vendor/simdjson/dependencies/rapidjson/test/unittest/stringbuffertest.cpp +0 -192
  1882. data/vendor/simdjson/dependencies/rapidjson/test/unittest/strtodtest.cpp +0 -132
  1883. data/vendor/simdjson/dependencies/rapidjson/test/unittest/unittest.cpp +0 -51
  1884. data/vendor/simdjson/dependencies/rapidjson/test/unittest/unittest.h +0 -140
  1885. data/vendor/simdjson/dependencies/rapidjson/test/unittest/valuetest.cpp +0 -1851
  1886. data/vendor/simdjson/dependencies/rapidjson/test/unittest/writertest.cpp +0 -598
  1887. data/vendor/simdjson/dependencies/rapidjson/test/valgrind.supp +0 -17
  1888. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/CMakeLists.txt +0 -16
  1889. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/README.md +0 -141
  1890. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CHANGES +0 -126
  1891. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +0 -202
  1892. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +0 -40
  1893. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/LICENSE +0 -28
  1894. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/Makefile.am +0 -224
  1895. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/README.md +0 -333
  1896. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/configure.ac +0 -146
  1897. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +0 -562
  1898. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +0 -3675
  1899. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +0 -280
  1900. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/DevGuide.md +0 -132
  1901. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +0 -12
  1902. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +0 -439
  1903. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +0 -628
  1904. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +0 -19
  1905. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CheatSheet.md +0 -525
  1906. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/CookBook.md +0 -3250
  1907. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/Documentation.md +0 -11
  1908. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/ForDummies.md +0 -439
  1909. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_5/FrequentlyAskedQuestions.md +0 -624
  1910. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CheatSheet.md +0 -534
  1911. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/CookBook.md +0 -3342
  1912. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/Documentation.md +0 -12
  1913. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/ForDummies.md +0 -439
  1914. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_6/FrequentlyAskedQuestions.md +0 -628
  1915. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CheatSheet.md +0 -556
  1916. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/CookBook.md +0 -3432
  1917. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/Documentation.md +0 -12
  1918. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/ForDummies.md +0 -439
  1919. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/docs/v1_7/FrequentlyAskedQuestions.md +0 -628
  1920. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +0 -1205
  1921. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +0 -147
  1922. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +0 -2377
  1923. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +0 -794
  1924. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +0 -1095
  1925. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +0 -291
  1926. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +0 -2179
  1927. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +0 -672
  1928. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +0 -397
  1929. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +0 -161
  1930. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +0 -4399
  1931. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +0 -246
  1932. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +0 -58
  1933. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +0 -1847
  1934. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +0 -94
  1935. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +0 -8
  1936. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +0 -10
  1937. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +0 -39
  1938. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +0 -46
  1939. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +0 -279
  1940. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +0 -136
  1941. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +0 -511
  1942. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +0 -91
  1943. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/make/Makefile +0 -101
  1944. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +0 -32
  1945. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +0 -191
  1946. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +0 -15
  1947. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +0 -187
  1948. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +0 -201
  1949. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +0 -32
  1950. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +0 -82
  1951. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +0 -19
  1952. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +0 -88
  1953. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +0 -101
  1954. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +0 -32
  1955. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +0 -84
  1956. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +0 -19
  1957. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +0 -90
  1958. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +0 -103
  1959. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +0 -240
  1960. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +0 -203
  1961. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +0 -35
  1962. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +0 -115
  1963. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  1964. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +0 -1733
  1965. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +0 -227
  1966. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +0 -448
  1967. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +0 -59
  1968. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +0 -287
  1969. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +0 -41
  1970. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +0 -31
  1971. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +0 -303
  1972. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +0 -640
  1973. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +0 -1387
  1974. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +0 -78
  1975. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +0 -47
  1976. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +0 -156
  1977. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +0 -174
  1978. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +0 -498
  1979. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +0 -823
  1980. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +0 -183
  1981. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +0 -54
  1982. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +0 -1411
  1983. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +0 -428
  1984. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +0 -1228
  1985. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +0 -622
  1986. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +0 -127
  1987. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +0 -1286
  1988. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +0 -699
  1989. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +0 -5648
  1990. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +0 -708
  1991. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +0 -424
  1992. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +0 -43
  1993. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +0 -2644
  1994. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +0 -51
  1995. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +0 -81
  1996. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +0 -108
  1997. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +0 -100
  1998. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +0 -40
  1999. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +0 -40
  2000. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +0 -669
  2001. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +0 -180
  2002. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +0 -291
  2003. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +0 -310
  2004. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +0 -322
  2005. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +0 -220
  2006. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +0 -112
  2007. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CHANGES +0 -157
  2008. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +0 -286
  2009. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +0 -37
  2010. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/LICENSE +0 -28
  2011. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/Makefile.am +0 -310
  2012. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/README.md +0 -280
  2013. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +0 -242
  2014. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +0 -138
  2015. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +0 -54
  2016. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +0 -38
  2017. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +0 -40
  2018. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +0 -82
  2019. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +0 -88
  2020. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/configure.ac +0 -68
  2021. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/AdvancedGuide.md +0 -2182
  2022. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/DevGuide.md +0 -126
  2023. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Documentation.md +0 -14
  2024. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/FAQ.md +0 -1087
  2025. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Primer.md +0 -502
  2026. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +0 -177
  2027. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/Samples.md +0 -14
  2028. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_AdvancedGuide.md +0 -2096
  2029. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Documentation.md +0 -12
  2030. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_FAQ.md +0 -886
  2031. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_Primer.md +0 -497
  2032. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_PumpManual.md +0 -177
  2033. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_5_XcodeGuide.md +0 -93
  2034. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_AdvancedGuide.md +0 -2178
  2035. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Documentation.md +0 -14
  2036. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_FAQ.md +0 -1038
  2037. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Primer.md +0 -501
  2038. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_PumpManual.md +0 -177
  2039. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_Samples.md +0 -14
  2040. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_6_XcodeGuide.md +0 -93
  2041. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_AdvancedGuide.md +0 -2181
  2042. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Documentation.md +0 -14
  2043. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_FAQ.md +0 -1082
  2044. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Primer.md +0 -501
  2045. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_PumpManual.md +0 -177
  2046. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_Samples.md +0 -14
  2047. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/V1_7_XcodeGuide.md +0 -93
  2048. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +0 -93
  2049. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +0 -294
  2050. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +0 -250
  2051. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +0 -1444
  2052. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +0 -510
  2053. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +0 -993
  2054. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +0 -232
  2055. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +0 -179
  2056. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +0 -263
  2057. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +0 -2236
  2058. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +0 -358
  2059. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +0 -58
  2060. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +0 -69
  2061. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +0 -42
  2062. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +0 -41
  2063. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +0 -319
  2064. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +0 -206
  2065. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +0 -1238
  2066. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +0 -243
  2067. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +0 -5146
  2068. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +0 -286
  2069. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +0 -731
  2070. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +0 -93
  2071. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +0 -2554
  2072. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +0 -167
  2073. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +0 -1020
  2074. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +0 -347
  2075. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +0 -3331
  2076. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +0 -297
  2077. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +0 -363
  2078. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +0 -74
  2079. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/make/Makefile +0 -82
  2080. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.sln +0 -45
  2081. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest-md.vcproj +0 -126
  2082. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest.sln +0 -45
  2083. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest.vcproj +0 -126
  2084. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main-md.vcproj +0 -129
  2085. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_main.vcproj +0 -129
  2086. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test-md.vcproj +0 -164
  2087. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_prod_test.vcproj +0 -164
  2088. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest-md.vcproj +0 -147
  2089. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/msvc/gtest_unittest.vcproj +0 -147
  2090. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +0 -123
  2091. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +0 -68
  2092. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +0 -43
  2093. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +0 -144
  2094. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +0 -153
  2095. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +0 -56
  2096. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +0 -85
  2097. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +0 -109
  2098. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +0 -172
  2099. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +0 -151
  2100. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +0 -46
  2101. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +0 -53
  2102. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +0 -45
  2103. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +0 -199
  2104. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +0 -224
  2105. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +0 -130
  2106. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +0 -173
  2107. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +0 -160
  2108. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/common.py +0 -83
  2109. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +0 -253
  2110. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +0 -730
  2111. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +0 -274
  2112. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +0 -855
  2113. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +0 -158
  2114. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +0 -59
  2115. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +0 -1387
  2116. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +0 -78
  2117. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +0 -48
  2118. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +0 -1342
  2119. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +0 -387
  2120. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +0 -1183
  2121. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +0 -1259
  2122. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +0 -373
  2123. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +0 -110
  2124. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +0 -118
  2125. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +0 -5388
  2126. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +0 -38
  2127. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +0 -93
  2128. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +0 -1427
  2129. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +0 -662
  2130. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +0 -154
  2131. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +0 -311
  2132. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +0 -159
  2133. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +0 -215
  2134. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +0 -65
  2135. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +0 -1055
  2136. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +0 -57
  2137. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +0 -1304
  2138. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +0 -1635
  2139. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +0 -208
  2140. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +0 -320
  2141. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +0 -45
  2142. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +0 -380
  2143. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +0 -66
  2144. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +0 -341
  2145. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +0 -47
  2146. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +0 -212
  2147. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +0 -88
  2148. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +0 -237
  2149. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +0 -311
  2150. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +0 -130
  2151. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +0 -71
  2152. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +0 -117
  2153. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +0 -126
  2154. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +0 -192
  2155. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +0 -636
  2156. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +0 -140
  2157. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +0 -172
  2158. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +0 -46
  2159. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +0 -207
  2160. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +0 -157
  2161. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +0 -45
  2162. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +0 -56
  2163. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +0 -340
  2164. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +0 -1062
  2165. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +0 -743
  2166. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +0 -2427
  2167. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +0 -127
  2168. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +0 -57
  2169. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +0 -253
  2170. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +0 -325
  2171. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +0 -103
  2172. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +0 -57
  2173. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +0 -256
  2174. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +0 -320
  2175. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +0 -92
  2176. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +0 -171
  2177. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +0 -72
  2178. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +0 -70
  2179. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +0 -43
  2180. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +0 -7706
  2181. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +0 -49
  2182. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +0 -49
  2183. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +0 -132
  2184. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +0 -308
  2185. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +0 -181
  2186. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +0 -194
  2187. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/production.cc +0 -36
  2188. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/test/production.h +0 -55
  2189. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +0 -30
  2190. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +0 -17
  2191. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +0 -41
  2192. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +0 -32
  2193. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +0 -18
  2194. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +0 -8
  2195. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +0 -30
  2196. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +0 -28
  2197. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +0 -457
  2198. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +0 -62
  2199. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +0 -63
  2200. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +0 -59
  2201. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +0 -68
  2202. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +0 -65
  2203. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +0 -100
  2204. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +0 -1135
  2205. data/vendor/simdjson/dependencies/rapidjson/thirdparty/gtest/travis.sh +0 -15
  2206. data/vendor/simdjson/dependencies/rapidjson/travis-doxygen.sh +0 -121
  2207. data/vendor/simdjson/dependencies/sajson/LICENSE.txt +0 -7
  2208. data/vendor/simdjson/dependencies/sajson/README.md +0 -73
  2209. data/vendor/simdjson/dependencies/sajson/SConscript +0 -41
  2210. data/vendor/simdjson/dependencies/sajson/SConstruct +0 -95
  2211. data/vendor/simdjson/dependencies/sajson/benchmark/benchmark.cpp +0 -92
  2212. data/vendor/simdjson/dependencies/sajson/doc/doxygen.config +0 -2427
  2213. data/vendor/simdjson/dependencies/sajson/example/main.cpp +0 -127
  2214. data/vendor/simdjson/dependencies/sajson/example/zero-allocation.cpp +0 -28
  2215. data/vendor/simdjson/dependencies/sajson/include/sajson.h +0 -2493
  2216. data/vendor/simdjson/dependencies/sajson/include/sajson_ostream.h +0 -20
  2217. data/vendor/simdjson/dependencies/sajson/s/bench +0 -15
  2218. data/vendor/simdjson/dependencies/sajson/s/build +0 -4
  2219. data/vendor/simdjson/dependencies/sajson/s/doxygen +0 -4
  2220. data/vendor/simdjson/dependencies/sajson/s/test +0 -21
  2221. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/build.sh +0 -4
  2222. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/json.dict +0 -44
  2223. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/run-primary.sh +0 -4
  2224. data/vendor/simdjson/dependencies/sajson/sajson-fuzz/run.sh +0 -3
  2225. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/project.pbxproj +0 -665
  2226. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  2227. data/vendor/simdjson/dependencies/sajson/swift/sajson.xcodeproj/xcshareddata/xcschemes/sajson-macOS.xcscheme +0 -100
  2228. data/vendor/simdjson/dependencies/sajson/swift/sajson/Info.plist +0 -24
  2229. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson-ffi.cpp +0 -79
  2230. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson-swift/sajson-ffi.h +0 -35
  2231. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson.swift +0 -409
  2232. data/vendor/simdjson/dependencies/sajson/swift/sajson/sajson_swift.h +0 -3
  2233. data/vendor/simdjson/dependencies/sajson/swift/sajsonTests/Info.plist +0 -22
  2234. data/vendor/simdjson/dependencies/sajson/swift/sajsonTests/sajsonTests.swift +0 -122
  2235. data/vendor/simdjson/dependencies/sajson/tests/test.cpp +0 -1049
  2236. data/vendor/simdjson/dependencies/sajson/tests/test_no_stl.cpp +0 -2
  2237. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/COPYING +0 -20
  2238. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/Makefile +0 -96
  2239. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/README +0 -68
  2240. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/TestUnitTest++.vsnet2003.vcproj +0 -174
  2241. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/TestUnitTest++.vsnet2005.vcproj +0 -256
  2242. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2003.sln +0 -30
  2243. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2003.vcproj +0 -226
  2244. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2005.sln +0 -29
  2245. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/UnitTest++.vsnet2005.vcproj +0 -318
  2246. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/docs/UnitTest++.html +0 -260
  2247. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/AssertException.cpp +0 -34
  2248. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/AssertException.h +0 -28
  2249. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CheckMacros.h +0 -122
  2250. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Checks.cpp +0 -50
  2251. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Checks.h +0 -158
  2252. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Config.h +0 -31
  2253. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CurrentTest.cpp +0 -18
  2254. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/CurrentTest.h +0 -17
  2255. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestReporter.cpp +0 -29
  2256. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestReporter.h +0 -28
  2257. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestResult.cpp +0 -25
  2258. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/DeferredTestResult.h +0 -29
  2259. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ExecuteTest.h +0 -46
  2260. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/MemoryOutStream.cpp +0 -149
  2261. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/MemoryOutStream.h +0 -67
  2262. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/SignalTranslator.cpp +0 -46
  2263. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/SignalTranslator.h +0 -42
  2264. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/TimeHelpers.cpp +0 -33
  2265. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Posix/TimeHelpers.h +0 -28
  2266. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ReportAssert.cpp +0 -10
  2267. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/ReportAssert.h +0 -10
  2268. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Test.cpp +0 -41
  2269. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Test.h +0 -34
  2270. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestDetails.cpp +0 -22
  2271. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestDetails.h +0 -24
  2272. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestList.cpp +0 -39
  2273. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestList.h +0 -32
  2274. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestMacros.h +0 -113
  2275. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporter.cpp +0 -10
  2276. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporter.h +0 -20
  2277. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporterStdout.cpp +0 -41
  2278. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestReporterStdout.h +0 -19
  2279. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestResults.cpp +0 -60
  2280. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestResults.h +0 -36
  2281. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestRunner.cpp +0 -76
  2282. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestRunner.h +0 -61
  2283. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TestSuite.h +0 -14
  2284. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeConstraint.cpp +0 -29
  2285. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeConstraint.h +0 -33
  2286. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/TimeHelpers.h +0 -7
  2287. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/UnitTest++.h +0 -18
  2288. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Win32/TimeHelpers.cpp +0 -50
  2289. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/Win32/TimeHelpers.h +0 -48
  2290. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/XmlTestReporter.cpp +0 -127
  2291. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/XmlTestReporter.h +0 -34
  2292. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/Main.cpp +0 -8
  2293. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/RecordingReporter.h +0 -98
  2294. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/ScopedCurrentTest.h +0 -37
  2295. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestAssertHandler.cpp +0 -44
  2296. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestCheckMacros.cpp +0 -801
  2297. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestChecks.cpp +0 -293
  2298. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestCurrentTest.cpp +0 -38
  2299. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestDeferredTestReporter.cpp +0 -117
  2300. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestMemoryOutStream.cpp +0 -151
  2301. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTest.cpp +0 -129
  2302. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestList.cpp +0 -50
  2303. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestMacros.cpp +0 -212
  2304. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestResults.cpp +0 -111
  2305. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestRunner.cpp +0 -307
  2306. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTestSuite.cpp +0 -12
  2307. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTimeConstraint.cpp +0 -69
  2308. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestTimeConstraintMacro.cpp +0 -35
  2309. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestUnitTest++.cpp +0 -156
  2310. data/vendor/simdjson/dependencies/sajson/third-party/UnitTest++/src/tests/TestXmlTestReporter.cpp +0 -183
  2311. data/vendor/simdjson/dependencies/sajson/tools/genpow10.js +0 -39
  2312. data/vendor/simdjson/dependencies/ujson4c/3rdparty/ultrajson.h +0 -310
  2313. data/vendor/simdjson/dependencies/ujson4c/3rdparty/ultrajsondec.c +0 -891
  2314. data/vendor/simdjson/dependencies/ujson4c/LICENSE.txt +0 -31
  2315. data/vendor/simdjson/dependencies/ujson4c/README.rst +0 -43
  2316. data/vendor/simdjson/dependencies/ujson4c/src/ujdecode.c +0 -836
  2317. data/vendor/simdjson/dependencies/ujson4c/src/ujdecode.h +0 -261
  2318. data/vendor/simdjson/dependencies/ujson4c/tests/benchmark.c +0 -225
  2319. data/vendor/simdjson/dependencies/ujson4c/tests/tests.c +0 -102
  2320. data/vendor/simdjson/doc/Multiline_JSON_Parse_Competition.png +0 -0
  2321. data/vendor/simdjson/doc/apache_builds.jsonparseandstat.png +0 -0
  2322. data/vendor/simdjson/doc/basics.md +0 -574
  2323. data/vendor/simdjson/doc/basics_doxygen.md +0 -556
  2324. data/vendor/simdjson/doc/gbps.png +0 -0
  2325. data/vendor/simdjson/doc/github_events.jsonparseandstat.png +0 -0
  2326. data/vendor/simdjson/doc/growing.png +0 -0
  2327. data/vendor/simdjson/doc/implementation-selection.md +0 -83
  2328. data/vendor/simdjson/doc/parse_many.md +0 -160
  2329. data/vendor/simdjson/doc/performance.md +0 -172
  2330. data/vendor/simdjson/doc/tape.md +0 -136
  2331. data/vendor/simdjson/doc/twitter.jsonparseandstat.png +0 -0
  2332. data/vendor/simdjson/doc/update-center.jsonparseandstat.png +0 -0
  2333. data/vendor/simdjson/examples/CMakeLists.txt +0 -1
  2334. data/vendor/simdjson/examples/quickstart/CMakeLists.txt +0 -60
  2335. data/vendor/simdjson/examples/quickstart/Makefile +0 -32
  2336. data/vendor/simdjson/examples/quickstart/quickstart.cpp +0 -7
  2337. data/vendor/simdjson/examples/quickstart/quickstart_noexceptions.cpp +0 -16
  2338. data/vendor/simdjson/extra/dumpbits.h +0 -19
  2339. data/vendor/simdjson/fuzz/CMakeLists.txt +0 -63
  2340. data/vendor/simdjson/fuzz/Fuzzing.md +0 -86
  2341. data/vendor/simdjson/fuzz/NullBuffer.h +0 -21
  2342. data/vendor/simdjson/fuzz/build_corpus.sh +0 -18
  2343. data/vendor/simdjson/fuzz/build_fuzzer_variants.sh +0 -174
  2344. data/vendor/simdjson/fuzz/build_like_ossfuzz.sh +0 -22
  2345. data/vendor/simdjson/fuzz/fuzz_dump.cpp +0 -60
  2346. data/vendor/simdjson/fuzz/fuzz_dump_raw_tape.cpp +0 -18
  2347. data/vendor/simdjson/fuzz/fuzz_minify.cpp +0 -19
  2348. data/vendor/simdjson/fuzz/fuzz_parser.cpp +0 -10
  2349. data/vendor/simdjson/fuzz/fuzz_print_json.cpp +0 -18
  2350. data/vendor/simdjson/fuzz/main.cpp +0 -26
  2351. data/vendor/simdjson/fuzz/measure_coverage.sh +0 -34
  2352. data/vendor/simdjson/fuzz/ossfuzz.sh +0 -44
  2353. data/vendor/simdjson/images/halvarflake.png +0 -0
  2354. data/vendor/simdjson/images/logo.png +0 -0
  2355. data/vendor/simdjson/images/logotiny.png +0 -0
  2356. data/vendor/simdjson/include/CMakeLists.txt +0 -13
  2357. data/vendor/simdjson/include/simdjson.h +0 -47
  2358. data/vendor/simdjson/include/simdjson/common_defs.h +0 -208
  2359. data/vendor/simdjson/include/simdjson/compiler_check.h +0 -35
  2360. data/vendor/simdjson/include/simdjson/dom/array.h +0 -158
  2361. data/vendor/simdjson/include/simdjson/dom/document.h +0 -78
  2362. data/vendor/simdjson/include/simdjson/dom/document_stream.h +0 -261
  2363. data/vendor/simdjson/include/simdjson/dom/element.h +0 -545
  2364. data/vendor/simdjson/include/simdjson/dom/jsonparser.h +0 -117
  2365. data/vendor/simdjson/include/simdjson/dom/object.h +0 -264
  2366. data/vendor/simdjson/include/simdjson/dom/parsedjson.h +0 -17
  2367. data/vendor/simdjson/include/simdjson/dom/parsedjson_iterator.h +0 -270
  2368. data/vendor/simdjson/include/simdjson/dom/parser.h +0 -434
  2369. data/vendor/simdjson/include/simdjson/error.h +0 -252
  2370. data/vendor/simdjson/include/simdjson/implementation.h +0 -244
  2371. data/vendor/simdjson/include/simdjson/inline/array.h +0 -153
  2372. data/vendor/simdjson/include/simdjson/inline/document.h +0 -141
  2373. data/vendor/simdjson/include/simdjson/inline/document_stream.h +0 -255
  2374. data/vendor/simdjson/include/simdjson/inline/element.h +0 -535
  2375. data/vendor/simdjson/include/simdjson/inline/error.h +0 -155
  2376. data/vendor/simdjson/include/simdjson/inline/object.h +0 -255
  2377. data/vendor/simdjson/include/simdjson/inline/padded_string.h +0 -150
  2378. data/vendor/simdjson/include/simdjson/inline/parsedjson_iterator.h +0 -486
  2379. data/vendor/simdjson/include/simdjson/inline/parser.h +0 -206
  2380. data/vendor/simdjson/include/simdjson/inline/tape_ref.h +0 -105
  2381. data/vendor/simdjson/include/simdjson/internal/dom_parser_implementation.h +0 -181
  2382. data/vendor/simdjson/include/simdjson/internal/jsonformatutils.h +0 -65
  2383. data/vendor/simdjson/include/simdjson/internal/tape_ref.h +0 -51
  2384. data/vendor/simdjson/include/simdjson/internal/tape_type.h +0 -28
  2385. data/vendor/simdjson/include/simdjson/jsonioutil.h +0 -20
  2386. data/vendor/simdjson/include/simdjson/minify.h +0 -75
  2387. data/vendor/simdjson/include/simdjson/nonstd/string_view.hpp +0 -1529
  2388. data/vendor/simdjson/include/simdjson/padded_string.h +0 -156
  2389. data/vendor/simdjson/include/simdjson/portability.h +0 -241
  2390. data/vendor/simdjson/include/simdjson/simdjson.h +0 -10
  2391. data/vendor/simdjson/include/simdjson/simdjson_version.h +0 -26
  2392. data/vendor/simdjson/jsonchecker/CMakeLists.txt +0 -3
  2393. data/vendor/simdjson/jsonexamples/CMakeLists.txt +0 -16
  2394. data/vendor/simdjson/jsonexamples/generated/CMakeLists.txt +0 -18
  2395. data/vendor/simdjson/jsonexamples/generated/genfeaturejson.rb +0 -117
  2396. data/vendor/simdjson/jsonexamples/generated/genfeaturejsonseed.rb +0 -49
  2397. data/vendor/simdjson/jsonexamples/generated/miss-templates/128.txt +0 -10000
  2398. data/vendor/simdjson/jsonexamples/generated/miss-templates/64.txt +0 -10000
  2399. data/vendor/simdjson/jsonexamples/small/jsoniter_scala/README.md +0 -28
  2400. data/vendor/simdjson/scripts/dumpsimplestats.sh +0 -11
  2401. data/vendor/simdjson/scripts/javascript/README.md +0 -3
  2402. data/vendor/simdjson/scripts/javascript/generatelargejson.js +0 -19
  2403. data/vendor/simdjson/scripts/minifier.sh +0 -11
  2404. data/vendor/simdjson/scripts/parseandstat.sh +0 -24
  2405. data/vendor/simdjson/scripts/parser.sh +0 -11
  2406. data/vendor/simdjson/scripts/parsingcompdata.sh +0 -26
  2407. data/vendor/simdjson/scripts/plotparse.sh +0 -98
  2408. data/vendor/simdjson/scripts/ruby/kostya_large.rb +0 -32
  2409. data/vendor/simdjson/scripts/selectparser.sh +0 -11
  2410. data/vendor/simdjson/scripts/setupfortesting/disablehyperthreading.sh +0 -15
  2411. data/vendor/simdjson/scripts/setupfortesting/powerpolicy.sh +0 -32
  2412. data/vendor/simdjson/scripts/setupfortesting/setupfortesting.sh +0 -6
  2413. data/vendor/simdjson/scripts/setupfortesting/turboboost.sh +0 -51
  2414. data/vendor/simdjson/scripts/shootout.sh +0 -32
  2415. data/vendor/simdjson/scripts/transitions/Makefile +0 -10
  2416. data/vendor/simdjson/scripts/transitions/generatetransitions.cpp +0 -20
  2417. data/vendor/simdjson/singleheader/CMakeLists.txt +0 -151
  2418. data/vendor/simdjson/singleheader/README.md +0 -2
  2419. data/vendor/simdjson/singleheader/amalgamate.sh +0 -196
  2420. data/vendor/simdjson/singleheader/amalgamate_demo.cpp +0 -46
  2421. data/vendor/simdjson/singleheader/simdjson.cpp +0 -14156
  2422. data/vendor/simdjson/singleheader/simdjson.h +0 -7716
  2423. data/vendor/simdjson/src/CMakeLists.txt +0 -108
  2424. data/vendor/simdjson/src/arm64/bitmanipulation.h +0 -73
  2425. data/vendor/simdjson/src/arm64/bitmask.h +0 -43
  2426. data/vendor/simdjson/src/arm64/dom_parser_implementation.cpp +0 -137
  2427. data/vendor/simdjson/src/arm64/dom_parser_implementation.h +0 -15
  2428. data/vendor/simdjson/src/arm64/implementation.cpp +0 -25
  2429. data/vendor/simdjson/src/arm64/implementation.h +0 -27
  2430. data/vendor/simdjson/src/arm64/intrinsics.h +0 -10
  2431. data/vendor/simdjson/src/arm64/numberparsing.h +0 -39
  2432. data/vendor/simdjson/src/arm64/simd.h +0 -522
  2433. data/vendor/simdjson/src/arm64/stringparsing.h +0 -53
  2434. data/vendor/simdjson/src/error.cpp +0 -34
  2435. data/vendor/simdjson/src/fallback/bitmanipulation.h +0 -77
  2436. data/vendor/simdjson/src/fallback/dom_parser_implementation.cpp +0 -335
  2437. data/vendor/simdjson/src/fallback/dom_parser_implementation.h +0 -15
  2438. data/vendor/simdjson/src/fallback/implementation.cpp +0 -25
  2439. data/vendor/simdjson/src/fallback/implementation.h +0 -32
  2440. data/vendor/simdjson/src/fallback/numberparsing.h +0 -35
  2441. data/vendor/simdjson/src/fallback/stringparsing.h +0 -35
  2442. data/vendor/simdjson/src/generic/dom_parser_implementation.h +0 -59
  2443. data/vendor/simdjson/src/generic/stage1/allocate.h +0 -17
  2444. data/vendor/simdjson/src/generic/stage1/buf_block_reader.h +0 -83
  2445. data/vendor/simdjson/src/generic/stage1/find_next_document_index.h +0 -86
  2446. data/vendor/simdjson/src/generic/stage1/json_minifier.h +0 -77
  2447. data/vendor/simdjson/src/generic/stage1/json_scanner.h +0 -104
  2448. data/vendor/simdjson/src/generic/stage1/json_string_scanner.h +0 -139
  2449. data/vendor/simdjson/src/generic/stage1/json_structural_indexer.h +0 -198
  2450. data/vendor/simdjson/src/generic/stage1/utf8_fastvalidate_algorithm.h +0 -178
  2451. data/vendor/simdjson/src/generic/stage1/utf8_lookup2_algorithm.h +0 -218
  2452. data/vendor/simdjson/src/generic/stage1/utf8_lookup3_algorithm.h +0 -230
  2453. data/vendor/simdjson/src/generic/stage1/utf8_lookup_algorithm.h +0 -299
  2454. data/vendor/simdjson/src/generic/stage1/utf8_range_algorithm.h +0 -180
  2455. data/vendor/simdjson/src/generic/stage1/utf8_validator.h +0 -26
  2456. data/vendor/simdjson/src/generic/stage1/utf8_zwegner_algorithm.h +0 -360
  2457. data/vendor/simdjson/src/generic/stage2/allocate.h +0 -18
  2458. data/vendor/simdjson/src/generic/stage2/atomparsing.h +0 -51
  2459. data/vendor/simdjson/src/generic/stage2/logger.h +0 -64
  2460. data/vendor/simdjson/src/generic/stage2/numberparsing.h +0 -572
  2461. data/vendor/simdjson/src/generic/stage2/streaming_structural_parser.h +0 -168
  2462. data/vendor/simdjson/src/generic/stage2/stringparsing.h +0 -123
  2463. data/vendor/simdjson/src/generic/stage2/structural_iterator.h +0 -70
  2464. data/vendor/simdjson/src/generic/stage2/structural_parser.h +0 -474
  2465. data/vendor/simdjson/src/generic/stage2/tape_writer.h +0 -95
  2466. data/vendor/simdjson/src/haswell/bitmanipulation.h +0 -80
  2467. data/vendor/simdjson/src/haswell/bitmask.h +0 -30
  2468. data/vendor/simdjson/src/haswell/dom_parser_implementation.cpp +0 -127
  2469. data/vendor/simdjson/src/haswell/dom_parser_implementation.h +0 -15
  2470. data/vendor/simdjson/src/haswell/implementation.cpp +0 -25
  2471. data/vendor/simdjson/src/haswell/implementation.h +0 -29
  2472. data/vendor/simdjson/src/haswell/intrinsics.h +0 -54
  2473. data/vendor/simdjson/src/haswell/numberparsing.h +0 -49
  2474. data/vendor/simdjson/src/haswell/simd.h +0 -377
  2475. data/vendor/simdjson/src/haswell/stringparsing.h +0 -50
  2476. data/vendor/simdjson/src/implementation.cpp +0 -155
  2477. data/vendor/simdjson/src/isadetection.h +0 -167
  2478. data/vendor/simdjson/src/jsoncharutils.h +0 -1336
  2479. data/vendor/simdjson/src/simdjson.cpp +0 -32
  2480. data/vendor/simdjson/src/simdprune_tables.h +0 -136
  2481. data/vendor/simdjson/src/westmere/bitmanipulation.h +0 -89
  2482. data/vendor/simdjson/src/westmere/bitmask.h +0 -29
  2483. data/vendor/simdjson/src/westmere/dom_parser_implementation.cpp +0 -128
  2484. data/vendor/simdjson/src/westmere/dom_parser_implementation.h +0 -15
  2485. data/vendor/simdjson/src/westmere/implementation.cpp +0 -25
  2486. data/vendor/simdjson/src/westmere/implementation.h +0 -28
  2487. data/vendor/simdjson/src/westmere/intrinsics.h +0 -27
  2488. data/vendor/simdjson/src/westmere/numberparsing.h +0 -50
  2489. data/vendor/simdjson/src/westmere/simd.h +0 -362
  2490. data/vendor/simdjson/src/westmere/stringparsing.h +0 -52
  2491. data/vendor/simdjson/style/clang-format-check.sh +0 -25
  2492. data/vendor/simdjson/style/clang-format.sh +0 -25
  2493. data/vendor/simdjson/style/run-clang-format.py +0 -326
  2494. data/vendor/simdjson/tests/CMakeLists.txt +0 -196
  2495. data/vendor/simdjson/tests/allparserscheckfile.cpp +0 -188
  2496. data/vendor/simdjson/tests/basictests.cpp +0 -1984
  2497. data/vendor/simdjson/tests/cast_tester.h +0 -271
  2498. data/vendor/simdjson/tests/checkimplementation.cpp +0 -23
  2499. data/vendor/simdjson/tests/compilation_failure_tests/CMakeLists.txt +0 -25
  2500. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_load.cpp +0 -15
  2501. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_padstring.cpp +0 -16
  2502. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_stdstring.cpp +0 -16
  2503. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_uchar.cpp +0 -17
  2504. data/vendor/simdjson/tests/compilation_failure_tests/dangling_parser_parse_uint8.cpp +0 -17
  2505. data/vendor/simdjson/tests/compilation_failure_tests/example_compiletest.cpp +0 -20
  2506. data/vendor/simdjson/tests/errortests.cpp +0 -160
  2507. data/vendor/simdjson/tests/extracting_values_example.cpp +0 -12
  2508. data/vendor/simdjson/tests/integer_tests.cpp +0 -95
  2509. data/vendor/simdjson/tests/issue150.sh +0 -13
  2510. data/vendor/simdjson/tests/jsoncheck.cpp +0 -144
  2511. data/vendor/simdjson/tests/numberparsingcheck.cpp +0 -239
  2512. data/vendor/simdjson/tests/parse_many_test.cpp +0 -146
  2513. data/vendor/simdjson/tests/pointercheck.cpp +0 -86
  2514. data/vendor/simdjson/tests/readme_examples.cpp +0 -298
  2515. data/vendor/simdjson/tests/readme_examples_noexceptions.cpp +0 -197
  2516. data/vendor/simdjson/tests/singleheadertest.cpp +0 -18
  2517. data/vendor/simdjson/tests/staticchecks.cpp +0 -29
  2518. data/vendor/simdjson/tests/stringparsingcheck.cpp +0 -407
  2519. data/vendor/simdjson/tests/test_macros.h +0 -55
  2520. data/vendor/simdjson/tests/testjson2json.sh +0 -39
  2521. data/vendor/simdjson/tests/unicode_tests.cpp +0 -246
  2522. data/vendor/simdjson/tools/CMakeLists.txt +0 -9
  2523. data/vendor/simdjson/tools/json2json.cpp +0 -73
  2524. data/vendor/simdjson/tools/jsonpointer.cpp +0 -45
  2525. data/vendor/simdjson/tools/jsonstats.cpp +0 -283
  2526. data/vendor/simdjson/tools/minify.cpp +0 -79
  2527. data/vendor/simdjson/tools/release.py +0 -197
  2528. data/vendor/simdjson/windows/CMakeLists.txt +0 -6
  2529. data/vendor/simdjson/windows/dirent_portable.h +0 -10
  2530. data/vendor/simdjson/windows/getopt.h +0 -658
  2531. data/vendor/simdjson/windows/toni_ronnko_dirent.h +0 -1075
  2532. data/vendor/simdjson/windows/unistd.h +0 -3
@@ -1,94 +0,0 @@
1
- #ifndef __TEST_UTIL_H__
2
- #define __TEST_UTIL_H__
3
-
4
- #include "../jsmn.c"
5
-
6
- static int vtokeq(const char *s, jsmntok_t *t, int numtok, va_list ap) {
7
- if (numtok > 0) {
8
- int i, start, end, size;
9
- int type;
10
- char *value;
11
-
12
- size = -1;
13
- value = NULL;
14
- for (i = 0; i < numtok; i++) {
15
- type = va_arg(ap, int);
16
- if (type == JSMN_STRING) {
17
- value = va_arg(ap, char *);
18
- size = va_arg(ap, int);
19
- start = end = -1;
20
- } else if (type == JSMN_PRIMITIVE) {
21
- value = va_arg(ap, char *);
22
- start = end = size = -1;
23
- } else {
24
- start = va_arg(ap, int);
25
- end = va_arg(ap, int);
26
- size = va_arg(ap, int);
27
- value = NULL;
28
- }
29
- if (t[i].type != type) {
30
- printf("token %d type is %d, not %d\n", i, t[i].type, type);
31
- return 0;
32
- }
33
- if (start != -1 && end != -1) {
34
- if (t[i].start != start) {
35
- printf("token %d start is %d, not %d\n", i, t[i].start, start);
36
- return 0;
37
- }
38
- if (t[i].end != end ) {
39
- printf("token %d end is %d, not %d\n", i, t[i].end, end);
40
- return 0;
41
- }
42
- }
43
- if (size != -1 && t[i].size != size) {
44
- printf("token %d size is %d, not %d\n", i, t[i].size, size);
45
- return 0;
46
- }
47
-
48
- if (s != NULL && value != NULL) {
49
- const char *p = s + t[i].start;
50
- if (strlen(value) != t[i].end - t[i].start ||
51
- strncmp(p, value, t[i].end - t[i].start) != 0) {
52
- printf("token %d value is %.*s, not %s\n", i, t[i].end-t[i].start,
53
- s+t[i].start, value);
54
- return 0;
55
- }
56
- }
57
- }
58
- }
59
- return 1;
60
- }
61
-
62
- static int tokeq(const char *s, jsmntok_t *tokens, int numtok, ...) {
63
- int ok;
64
- va_list args;
65
- va_start(args, numtok);
66
- ok = vtokeq(s, tokens, numtok, args);
67
- va_end(args);
68
- return ok;
69
- }
70
-
71
- static int parse(const char *s, int status, int numtok, ...) {
72
- int r;
73
- int ok = 1;
74
- va_list args;
75
- jsmn_parser p;
76
- jsmntok_t *t = malloc(numtok * sizeof(jsmntok_t));
77
-
78
- jsmn_init(&p);
79
- r = jsmn_parse(&p, s, strlen(s), t, numtok);
80
- if (r != status) {
81
- printf("status is %d, not %d\n", r, status);
82
- return 0;
83
- }
84
-
85
- if (status >= 0) {
86
- va_start(args, numtok);
87
- ok = vtokeq(s, t, numtok, args);
88
- va_end(args);
89
- }
90
- free(t);
91
- return ok;
92
- }
93
-
94
- #endif /* __TEST_UTIL_H__ */
@@ -1,131 +0,0 @@
1
- cmake_minimum_required(VERSION 3.1)
2
-
3
- ##
4
- ## PROJECT
5
- ## name and version
6
- ##
7
- project(nlohmann_json VERSION 3.7.0 LANGUAGES CXX)
8
-
9
- ##
10
- ## INCLUDE
11
- ##
12
- ##
13
- include(ExternalProject)
14
-
15
- ##
16
- ## OPTIONS
17
- ##
18
- option(JSON_BuildTests "Build the unit tests when BUILD_TESTING is enabled." ON)
19
- option(JSON_Install "Install CMake targets during install step." ON)
20
- option(JSON_MultipleHeaders "Use non-amalgamated version of the library." OFF)
21
-
22
- ##
23
- ## CONFIGURATION
24
- ##
25
- include(GNUInstallDirs)
26
-
27
- set(NLOHMANN_JSON_TARGET_NAME ${PROJECT_NAME})
28
- set(NLOHMANN_JSON_CONFIG_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}" CACHE INTERNAL "")
29
- set(NLOHMANN_JSON_INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_INCLUDEDIR}")
30
- set(NLOHMANN_JSON_TARGETS_EXPORT_NAME "${PROJECT_NAME}Targets")
31
- set(NLOHMANN_JSON_CMAKE_CONFIG_TEMPLATE "cmake/config.cmake.in")
32
- set(NLOHMANN_JSON_CMAKE_CONFIG_DIR "${CMAKE_CURRENT_BINARY_DIR}")
33
- set(NLOHMANN_JSON_CMAKE_VERSION_CONFIG_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}ConfigVersion.cmake")
34
- set(NLOHMANN_JSON_CMAKE_PROJECT_CONFIG_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}Config.cmake")
35
- set(NLOHMANN_JSON_CMAKE_PROJECT_TARGETS_FILE "${NLOHMANN_JSON_CMAKE_CONFIG_DIR}/${PROJECT_NAME}Targets.cmake")
36
-
37
- if (JSON_MultipleHeaders)
38
- set(NLOHMANN_JSON_INCLUDE_BUILD_DIR "${PROJECT_SOURCE_DIR}/include/")
39
- message(STATUS "Using the multi-header code from ${NLOHMANN_JSON_INCLUDE_BUILD_DIR}")
40
- else()
41
- set(NLOHMANN_JSON_INCLUDE_BUILD_DIR "${PROJECT_SOURCE_DIR}/single_include/")
42
- message(STATUS "Using the single-header code from ${NLOHMANN_JSON_INCLUDE_BUILD_DIR}")
43
- endif()
44
-
45
- ##
46
- ## TARGET
47
- ## create target and add include path
48
- ##
49
- add_library(${NLOHMANN_JSON_TARGET_NAME} INTERFACE)
50
- add_library(${PROJECT_NAME}::${NLOHMANN_JSON_TARGET_NAME} ALIAS ${NLOHMANN_JSON_TARGET_NAME})
51
- if (${CMAKE_VERSION} VERSION_LESS "3.8.0")
52
- target_compile_features(${NLOHMANN_JSON_TARGET_NAME} INTERFACE cxx_range_for)
53
- else()
54
- target_compile_features(${NLOHMANN_JSON_TARGET_NAME} INTERFACE cxx_std_11)
55
- endif()
56
-
57
- target_include_directories(
58
- ${NLOHMANN_JSON_TARGET_NAME}
59
- INTERFACE
60
- $<BUILD_INTERFACE:${NLOHMANN_JSON_INCLUDE_BUILD_DIR}>
61
- $<INSTALL_INTERFACE:include>
62
- )
63
-
64
- ## add debug view definition file for msvc (natvis)
65
- if (MSVC)
66
- set(NLOHMANN_ADD_NATVIS TRUE)
67
- set(NLOHMANN_NATVIS_FILE "nlohmann_json.natvis")
68
- target_sources(
69
- ${NLOHMANN_JSON_TARGET_NAME}
70
- INTERFACE
71
- $<INSTALL_INTERFACE:${NLOHMANN_NATVIS_FILE}>
72
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/${NLOHMANN_NATVIS_FILE}>
73
- )
74
- endif()
75
-
76
- ##
77
- ## TESTS
78
- ## create and configure the unit test target
79
- ##
80
- include(CTest) #adds option BUILD_TESTING (default ON)
81
-
82
- if(BUILD_TESTING AND JSON_BuildTests)
83
- enable_testing()
84
- add_subdirectory(test)
85
- endif()
86
-
87
- ##
88
- ## INSTALL
89
- ## install header files, generate and install cmake config files for find_package()
90
- ##
91
- include(CMakePackageConfigHelpers)
92
- write_basic_package_version_file(
93
- ${NLOHMANN_JSON_CMAKE_VERSION_CONFIG_FILE} COMPATIBILITY SameMajorVersion
94
- )
95
- configure_file(
96
- ${NLOHMANN_JSON_CMAKE_CONFIG_TEMPLATE}
97
- ${NLOHMANN_JSON_CMAKE_PROJECT_CONFIG_FILE}
98
- @ONLY
99
- )
100
-
101
- if(JSON_Install)
102
- install(
103
- DIRECTORY ${NLOHMANN_JSON_INCLUDE_BUILD_DIR}
104
- DESTINATION ${NLOHMANN_JSON_INCLUDE_INSTALL_DIR}
105
- )
106
- install(
107
- FILES ${NLOHMANN_JSON_CMAKE_PROJECT_CONFIG_FILE} ${NLOHMANN_JSON_CMAKE_VERSION_CONFIG_FILE}
108
- DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR}
109
- )
110
- if (NLOHMANN_ADD_NATVIS)
111
- install(
112
- FILES ${NLOHMANN_NATVIS_FILE}
113
- DESTINATION .
114
- )
115
- endif()
116
- export(
117
- TARGETS ${NLOHMANN_JSON_TARGET_NAME}
118
- NAMESPACE ${PROJECT_NAME}::
119
- FILE ${NLOHMANN_JSON_CMAKE_PROJECT_TARGETS_FILE}
120
- )
121
- install(
122
- TARGETS ${NLOHMANN_JSON_TARGET_NAME}
123
- EXPORT ${NLOHMANN_JSON_TARGETS_EXPORT_NAME}
124
- INCLUDES DESTINATION ${NLOHMANN_JSON_INCLUDE_INSTALL_DIR}
125
- )
126
- install(
127
- EXPORT ${NLOHMANN_JSON_TARGETS_EXPORT_NAME}
128
- NAMESPACE ${PROJECT_NAME}::
129
- DESTINATION ${NLOHMANN_JSON_CONFIG_INSTALL_DIR}
130
- )
131
- endif()
@@ -1,46 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- ## Our Standards
8
-
9
- Examples of behavior that contributes to creating a positive environment include:
10
-
11
- * Using welcoming and inclusive language
12
- * Being respectful of differing viewpoints and experiences
13
- * Gracefully accepting constructive criticism
14
- * Focusing on what is best for the community
15
- * Showing empathy towards other community members
16
-
17
- Examples of unacceptable behavior by participants include:
18
-
19
- * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
- * Trolling, insulting/derogatory comments, and personal or political attacks
21
- * Public or private harassment
22
- * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
- * Other conduct which could reasonably be considered inappropriate in a professional setting
24
-
25
- ## Our Responsibilities
26
-
27
- Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
-
29
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
-
31
- ## Scope
32
-
33
- This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
-
35
- ## Enforcement
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mail@nlohmann.me. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
-
39
- Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
-
41
- ## Attribution
42
-
43
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
-
45
- [homepage]: http://contributor-covenant.org
46
- [version]: http://contributor-covenant.org/version/1/4/
@@ -1,1670 +0,0 @@
1
- # Change Log
2
- All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
3
-
4
- ## [v3.7.0](https://github.com/nlohmann/json/releases/tag/v3.7.0) (2019-07-28)
5
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.6.1...v3.7.0)
6
-
7
- - How can I retrieve uknown strings from json file in my C++ program. [\#1684](https://github.com/nlohmann/json/issues/1684)
8
- - contains\(\) is sometimes causing stack-based buffer overrun exceptions [\#1683](https://github.com/nlohmann/json/issues/1683)
9
- - How to deserialize arrays from json [\#1681](https://github.com/nlohmann/json/issues/1681)
10
- - Compilation failed in VS2015 [\#1678](https://github.com/nlohmann/json/issues/1678)
11
- - Why the compiled object file is so huge? [\#1677](https://github.com/nlohmann/json/issues/1677)
12
- - From Version 2.1.1 to 3.6.1 serialize std::set [\#1676](https://github.com/nlohmann/json/issues/1676)
13
- - Qt deprecation model halting compiltion [\#1675](https://github.com/nlohmann/json/issues/1675)
14
- - Build For Raspberry pi , Rapbery with new Compiler C++17 [\#1671](https://github.com/nlohmann/json/issues/1671)
15
- - Build from Raspberry pi [\#1667](https://github.com/nlohmann/json/issues/1667)
16
- - Can not translate map with integer key to dict string ? [\#1664](https://github.com/nlohmann/json/issues/1664)
17
- - Double type converts to scientific notation [\#1661](https://github.com/nlohmann/json/issues/1661)
18
- - Missing v3.6.1 tag on master branch [\#1657](https://github.com/nlohmann/json/issues/1657)
19
- - Support Fleese Binary Data Format [\#1654](https://github.com/nlohmann/json/issues/1654)
20
- - Suggestion: replace alternative tokens for !, && and || with their symbols [\#1652](https://github.com/nlohmann/json/issues/1652)
21
- - Build failure test-allocator.vcxproj [\#1651](https://github.com/nlohmann/json/issues/1651)
22
- - How to provide function json& to\_json\(\) which is similar as 'void to\_json\(json&j, const CObject& obj\)' ? [\#1650](https://github.com/nlohmann/json/issues/1650)
23
- - Can't throw exception when starting file is a number [\#1649](https://github.com/nlohmann/json/issues/1649)
24
- - to\_json / from\_json with nested type [\#1648](https://github.com/nlohmann/json/issues/1648)
25
- - How to create a json object from a std::string, created by j.dump? [\#1645](https://github.com/nlohmann/json/issues/1645)
26
- - Problem getting vector \(array\) of strings [\#1644](https://github.com/nlohmann/json/issues/1644)
27
- - json.hpp compilation issue with other typedefs with same name [\#1642](https://github.com/nlohmann/json/issues/1642)
28
- - nlohmann::adl\_serializer\<T,void\>::to\_json no matching overloaded function found [\#1641](https://github.com/nlohmann/json/issues/1641)
29
- - overwrite adl\_serializer\<bool, void\> to change behaviour [\#1638](https://github.com/nlohmann/json/issues/1638)
30
- - json.SelectToken\("Manufacturers.Products.Price"\); [\#1637](https://github.com/nlohmann/json/issues/1637)
31
- - Add json type as value [\#1636](https://github.com/nlohmann/json/issues/1636)
32
- - Unit conversion test error: conversion from 'nlohmann::json' to non-scalar type 'std::string\_view' requested [\#1634](https://github.com/nlohmann/json/issues/1634)
33
- - nlohmann VS JsonCpp by C++17 [\#1633](https://github.com/nlohmann/json/issues/1633)
34
- - To integrate an inline helper function that return type name as string [\#1632](https://github.com/nlohmann/json/issues/1632)
35
- - Return JSON as reference [\#1631](https://github.com/nlohmann/json/issues/1631)
36
- - Updating from an older version causes problems with assing a json object to a struct [\#1630](https://github.com/nlohmann/json/issues/1630)
37
- - Can without default constructor function for user defined classes when only to\_json is needed? [\#1629](https://github.com/nlohmann/json/issues/1629)
38
- - Compilation fails with clang 6.x-8.x in C++14 mode [\#1628](https://github.com/nlohmann/json/issues/1628)
39
- - Treating floating point as string [\#1627](https://github.com/nlohmann/json/issues/1627)
40
- - error parsing character å [\#1626](https://github.com/nlohmann/json/issues/1626)
41
- - \[Help\] How to Improve Json Output Performance with Large Json Arrays [\#1624](https://github.com/nlohmann/json/issues/1624)
42
- - Suggested link changes for reporting new issues \[blob/develop/REAME.md and blob/develop/.github/CONTRIBUTING.md\] [\#1623](https://github.com/nlohmann/json/issues/1623)
43
- - Broken link to issue template in CONTRIBUTING.md [\#1622](https://github.com/nlohmann/json/issues/1622)
44
- - Missing word in README.md file [\#1621](https://github.com/nlohmann/json/issues/1621)
45
- - Package manager instructions in README for brew is incorrect [\#1620](https://github.com/nlohmann/json/issues/1620)
46
- - Building with Visual Studio 2019 [\#1619](https://github.com/nlohmann/json/issues/1619)
47
- - Precedence of to\_json and builtin harmful [\#1617](https://github.com/nlohmann/json/issues/1617)
48
- - The type json is missing from the html documentation [\#1616](https://github.com/nlohmann/json/issues/1616)
49
- - variant is not support in Release 3.6.1? [\#1615](https://github.com/nlohmann/json/issues/1615)
50
- - Replace assert with throw for const operator\[\] [\#1614](https://github.com/nlohmann/json/issues/1614)
51
- - Memory Overhead is Too High \(10x or more\) [\#1613](https://github.com/nlohmann/json/issues/1613)
52
- - program crash everytime, when other data type incomming in json stream as expected [\#1612](https://github.com/nlohmann/json/issues/1612)
53
- - Improved Enum Support [\#1611](https://github.com/nlohmann/json/issues/1611)
54
- - is it possible convert json object back to stl container ? [\#1610](https://github.com/nlohmann/json/issues/1610)
55
- - Add C++17-like emplace.back\(\) for arrays. [\#1609](https://github.com/nlohmann/json/issues/1609)
56
- - is\_nothrow\_copy\_constructible fails for json::const\_iterator on MSVC2015 x86 Debug build [\#1608](https://github.com/nlohmann/json/issues/1608)
57
- - Reading and writing array elements [\#1607](https://github.com/nlohmann/json/issues/1607)
58
- - Converting json::value to int [\#1605](https://github.com/nlohmann/json/issues/1605)
59
- - I have a vector of keys and and a string of value and i want to create nested json array [\#1604](https://github.com/nlohmann/json/issues/1604)
60
- - In compatible JSON object from nlohmann::json to nohman::json - unexpected end of input; expected '\[', '{', or a literal [\#1603](https://github.com/nlohmann/json/issues/1603)
61
- - json parser crash if having a large number integer in message [\#1602](https://github.com/nlohmann/json/issues/1602)
62
- - Value method with undocumented throwing 302 exception [\#1601](https://github.com/nlohmann/json/issues/1601)
63
- - Accessing value with json pointer adds key if not existing [\#1600](https://github.com/nlohmann/json/issues/1600)
64
- - README.md broken link to project documentation [\#1597](https://github.com/nlohmann/json/issues/1597)
65
- - Random Kudos: Thanks for your work on this! [\#1596](https://github.com/nlohmann/json/issues/1596)
66
- - json::parse return value and errors [\#1595](https://github.com/nlohmann/json/issues/1595)
67
- - initializer list constructor makes curly brace initialization fragile [\#1594](https://github.com/nlohmann/json/issues/1594)
68
- - trying to log message for missing keyword, difference between \["foo"\] and at\("foo"\) [\#1593](https://github.com/nlohmann/json/issues/1593)
69
- - std::string and std::wstring `to\_json` [\#1592](https://github.com/nlohmann/json/issues/1592)
70
- - I have a C structure which I need to convert to a JSON. How do I do it? Haven't found proper examples so far. [\#1591](https://github.com/nlohmann/json/issues/1591)
71
- - dump\_escaped possible error ? [\#1589](https://github.com/nlohmann/json/issues/1589)
72
- - json::parse\(\) into a vector\<string\> results in unhandled exception [\#1587](https://github.com/nlohmann/json/issues/1587)
73
- - push\_back\(\)/emplace\_back\(\) on array invalidates pointers to existing array items [\#1586](https://github.com/nlohmann/json/issues/1586)
74
- - Getting nlohmann::detail::parse\_error on JSON generated by nlohmann::json not sure why [\#1583](https://github.com/nlohmann/json/issues/1583)
75
- - getting error terminate called after throwing an instance of 'std::domain\_error' what\(\): cannot use at\(\) with string [\#1582](https://github.com/nlohmann/json/issues/1582)
76
- - how i create json file [\#1581](https://github.com/nlohmann/json/issues/1581)
77
- - prevent rounding of double datatype values [\#1580](https://github.com/nlohmann/json/issues/1580)
78
- - Documentation Container Overview Doesn't Reference Const Methods [\#1579](https://github.com/nlohmann/json/issues/1579)
79
- - Writing an array into a nlohmann::json object [\#1578](https://github.com/nlohmann/json/issues/1578)
80
- - compilation error when using with another library [\#1577](https://github.com/nlohmann/json/issues/1577)
81
- - Homebrew on OSX doesn't install cmake config file [\#1576](https://github.com/nlohmann/json/issues/1576)
82
- - `unflatten` vs objects with number-ish keys [\#1575](https://github.com/nlohmann/json/issues/1575)
83
- - JSON Parse Out of Range Error [\#1574](https://github.com/nlohmann/json/issues/1574)
84
- - Integrating into existing CMake Project [\#1573](https://github.com/nlohmann/json/issues/1573)
85
- - A "thinner" source code tar as part of release? [\#1572](https://github.com/nlohmann/json/issues/1572)
86
- - conversion to std::string failed [\#1571](https://github.com/nlohmann/json/issues/1571)
87
- - jPtr operation does not throw [\#1569](https://github.com/nlohmann/json/issues/1569)
88
- - How to generate dll file for this project [\#1568](https://github.com/nlohmann/json/issues/1568)
89
- - how to pass variable data to json in c [\#1567](https://github.com/nlohmann/json/issues/1567)
90
- - I want to achieve an upgraded function. [\#1566](https://github.com/nlohmann/json/issues/1566)
91
- - How to determine the type of elements read from a JSON array? [\#1564](https://github.com/nlohmann/json/issues/1564)
92
- - try\_get\_to [\#1563](https://github.com/nlohmann/json/issues/1563)
93
- - example code compile error [\#1562](https://github.com/nlohmann/json/issues/1562)
94
- - How to iterate over nested json object [\#1561](https://github.com/nlohmann/json/issues/1561)
95
- - Build Option/Separate Function to Allow to Throw on Duplicate Keys [\#1560](https://github.com/nlohmann/json/issues/1560)
96
- - Compiler Switches -Weffc++ & -Wshadow are throwing errors [\#1558](https://github.com/nlohmann/json/issues/1558)
97
- - warning: use of the 'nodiscard' attribute is a C++17 extension [\#1557](https://github.com/nlohmann/json/issues/1557)
98
- - Import/Export compressed JSON files [\#1556](https://github.com/nlohmann/json/issues/1556)
99
- - GDB renderers for json library [\#1554](https://github.com/nlohmann/json/issues/1554)
100
- - Is it possible to construct a json string object from a binary buffer? [\#1553](https://github.com/nlohmann/json/issues/1553)
101
- - json objects in list [\#1552](https://github.com/nlohmann/json/issues/1552)
102
- - Matrix output [\#1550](https://github.com/nlohmann/json/issues/1550)
103
- - Using json merge\_patch on ordered non-alphanumeric datasets [\#1549](https://github.com/nlohmann/json/issues/1549)
104
- - Invalid parsed value for big integer [\#1548](https://github.com/nlohmann/json/issues/1548)
105
- - Integrating with android ndk issues. [\#1547](https://github.com/nlohmann/json/issues/1547)
106
- - add noexcept json::value\("key", default\) method variant? [\#1546](https://github.com/nlohmann/json/issues/1546)
107
- - Thank you! 🙌 [\#1545](https://github.com/nlohmann/json/issues/1545)
108
- - Output and input matrix [\#1544](https://github.com/nlohmann/json/issues/1544)
109
- - Add regression tests for MSVC [\#1543](https://github.com/nlohmann/json/issues/1543)
110
- - \[Help Needed!\] Season of Docs [\#1542](https://github.com/nlohmann/json/issues/1542)
111
- - program still abort\(\) or exit\(\) with try catch [\#1541](https://github.com/nlohmann/json/issues/1541)
112
- - Have a json::type\_error exception because of JSON object [\#1540](https://github.com/nlohmann/json/issues/1540)
113
- - Using versioned namespaces [\#1539](https://github.com/nlohmann/json/issues/1539)
114
- - Quoted numbers [\#1538](https://github.com/nlohmann/json/issues/1538)
115
- - Reading a JSON file into an object [\#1537](https://github.com/nlohmann/json/issues/1537)
116
- - Releases 3.6.0 and 3.6.1 don't build on conda / windows [\#1536](https://github.com/nlohmann/json/issues/1536)
117
- - \[Clang\] warning: use of the 'nodiscard' attribute is a C++17 extension \[-Wc++17-extensions\] [\#1535](https://github.com/nlohmann/json/issues/1535)
118
- - wchar\_t/std::wstring json can be created but not accessed [\#1533](https://github.com/nlohmann/json/issues/1533)
119
- - json stringify [\#1532](https://github.com/nlohmann/json/issues/1532)
120
- - How can I use std::string\_view as the json\_key to "operator \[\]" ? [\#1529](https://github.com/nlohmann/json/issues/1529)
121
- - How can I use it from gcc on RPI [\#1528](https://github.com/nlohmann/json/issues/1528)
122
- - std::pair treated as an array instead of key-value in `std::vector\<std::pair\<\>\>` [\#1520](https://github.com/nlohmann/json/issues/1520)
123
- - Excessive Memory Usage for Large Json File [\#1516](https://github.com/nlohmann/json/issues/1516)
124
- - SAX dumper [\#1512](https://github.com/nlohmann/json/issues/1512)
125
- - Conversion to user type containing a std::vector not working with documented approach [\#1511](https://github.com/nlohmann/json/issues/1511)
126
- - How to get position info or parser context with custom from\_json\(\) that may throw exceptions? [\#1508](https://github.com/nlohmann/json/issues/1508)
127
- - Inconsistent use of type alias. [\#1507](https://github.com/nlohmann/json/issues/1507)
128
- - Is there a current way to represent strings as json int? [\#1503](https://github.com/nlohmann/json/issues/1503)
129
- - Intermittent issues with loadJSON [\#1484](https://github.com/nlohmann/json/issues/1484)
130
- - use json construct std::string [\#1462](https://github.com/nlohmann/json/issues/1462)
131
- - JSON Creation [\#1461](https://github.com/nlohmann/json/issues/1461)
132
- - Substantial performance penalty caused by polymorphic input adapter [\#1457](https://github.com/nlohmann/json/issues/1457)
133
- - Null bytes in files are treated like EOF [\#1095](https://github.com/nlohmann/json/issues/1095)
134
- - Feature: to\_string\(const json& j\); [\#916](https://github.com/nlohmann/json/issues/916)
135
-
136
- - Use GNUInstallDirs instead of hard-coded path. [\#1673](https://github.com/nlohmann/json/pull/1673) ([remyabel](https://github.com/remyabel))
137
- - Package Manager: MSYS2 \(pacman\) [\#1670](https://github.com/nlohmann/json/pull/1670) ([podsvirov](https://github.com/podsvirov))
138
- - Fix json.hpp compilation issue with other typedefs with same name \(Issue \#1642\) [\#1643](https://github.com/nlohmann/json/pull/1643) ([kevinlul](https://github.com/kevinlul))
139
- - Add explicit conversion from json to std::string\_view in conversion unit test [\#1639](https://github.com/nlohmann/json/pull/1639) ([taylorhoward92](https://github.com/taylorhoward92))
140
- - Minor fixes in docs [\#1625](https://github.com/nlohmann/json/pull/1625) ([nickaein](https://github.com/nickaein))
141
- - Fix broken links to documentation [\#1598](https://github.com/nlohmann/json/pull/1598) ([nickaein](https://github.com/nickaein))
142
- - Added to\_string and added basic tests [\#1585](https://github.com/nlohmann/json/pull/1585) ([Macr0Nerd](https://github.com/Macr0Nerd))
143
- - Regression tests for MSVC [\#1570](https://github.com/nlohmann/json/pull/1570) ([nickaein](https://github.com/nickaein))
144
- - Fix/1511 [\#1555](https://github.com/nlohmann/json/pull/1555) ([theodelrieu](https://github.com/theodelrieu))
145
- - Remove C++17 extension warning from clang; \#1535 [\#1551](https://github.com/nlohmann/json/pull/1551) ([heavywatal](https://github.com/heavywatal))
146
- - moved from Catch to doctest for unit tests [\#1439](https://github.com/nlohmann/json/pull/1439) ([onqtam](https://github.com/onqtam))
147
-
148
- ## [v3.6.1](https://github.com/nlohmann/json/releases/tag/v3.6.1) (2019-03-20)
149
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.6.0...v3.6.1)
150
-
151
- - Failed to build with \<Windows.h\> [\#1531](https://github.com/nlohmann/json/issues/1531)
152
- - Compiling 3.6.0 with GCC \> 7, array vs std::array \#590 is back [\#1530](https://github.com/nlohmann/json/issues/1530)
153
- - 3.6.0: warning: missing initializer for member 'std::array\<char, 9ul\>::\_M\_elems' \[-Wmissing-field-initializers\] [\#1527](https://github.com/nlohmann/json/issues/1527)
154
- - unable to parse json [\#1525](https://github.com/nlohmann/json/issues/1525)
155
-
156
- ## [v3.6.0](https://github.com/nlohmann/json/releases/tag/v3.6.0) (2019-03-19)
157
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.5.0...v3.6.0)
158
-
159
- - How can I turn a string of a json array into a json array? [\#1526](https://github.com/nlohmann/json/issues/1526)
160
- - Minor: missing a std:: namespace tag [\#1521](https://github.com/nlohmann/json/issues/1521)
161
- - how to precision to four decimal for double when use to\_json [\#1519](https://github.com/nlohmann/json/issues/1519)
162
- - error parse [\#1518](https://github.com/nlohmann/json/issues/1518)
163
- - Compile error: template argument deduction/substitution failed [\#1515](https://github.com/nlohmann/json/issues/1515)
164
- - Support for Comments [\#1513](https://github.com/nlohmann/json/issues/1513)
165
- - std::complex type [\#1510](https://github.com/nlohmann/json/issues/1510)
166
- - CBOR byte string support [\#1509](https://github.com/nlohmann/json/issues/1509)
167
- - Compilation error getting a std::pair\<\> on latest VS 2017 compiler [\#1506](https://github.com/nlohmann/json/issues/1506)
168
- - "Integration" section of documentation needs update? [\#1505](https://github.com/nlohmann/json/issues/1505)
169
- - Json object from string from a TCP socket [\#1504](https://github.com/nlohmann/json/issues/1504)
170
- - MSVC warning C4946 \("reinterpret\_cast used between related classes"\) compiling json.hpp [\#1502](https://github.com/nlohmann/json/issues/1502)
171
- - How to programmatically fill an n-th dimensional JSON object? [\#1501](https://github.com/nlohmann/json/issues/1501)
172
- - Error compiling with clang and `JSON\_NOEXCEPTION`: need to include `cstdlib` [\#1500](https://github.com/nlohmann/json/issues/1500)
173
- - The code compiles unsuccessfully with android-ndk-r10e [\#1499](https://github.com/nlohmann/json/issues/1499)
174
- - Cmake 3.1 in develop, when is it likely to make it into a stable release? [\#1498](https://github.com/nlohmann/json/issues/1498)
175
- - Repository is almost 450MB [\#1497](https://github.com/nlohmann/json/issues/1497)
176
- - Some Help please object inside array [\#1494](https://github.com/nlohmann/json/issues/1494)
177
- - How to get data into vector of user-defined type from a Json object [\#1493](https://github.com/nlohmann/json/issues/1493)
178
- - how to find subelement without loop [\#1490](https://github.com/nlohmann/json/issues/1490)
179
- - json to std::map [\#1487](https://github.com/nlohmann/json/issues/1487)
180
- - Type in README.md [\#1486](https://github.com/nlohmann/json/issues/1486)
181
- - Error in parsing and reading msgpack-lite [\#1485](https://github.com/nlohmann/json/issues/1485)
182
- - Compiling issues with libc 2.12 [\#1483](https://github.com/nlohmann/json/issues/1483)
183
- - How do I use reference or pointer binding values? [\#1482](https://github.com/nlohmann/json/issues/1482)
184
- - Compilation fails in MSVC with the Microsoft Language Extensions disabled [\#1481](https://github.com/nlohmann/json/issues/1481)
185
- - Functional visit [\#1480](https://github.com/nlohmann/json/issues/1480)
186
- - \[Question\] Unescaped dump [\#1479](https://github.com/nlohmann/json/issues/1479)
187
- - Some Help please [\#1478](https://github.com/nlohmann/json/issues/1478)
188
- - Global variables are stored within the JSON file, how do I declare them as global variables when I read them out in my C++ program? [\#1476](https://github.com/nlohmann/json/issues/1476)
189
- - Unable to modify one of the values within the JSON file, and save it [\#1475](https://github.com/nlohmann/json/issues/1475)
190
- - Documentation of parse function has two identical @pre causes [\#1473](https://github.com/nlohmann/json/issues/1473)
191
- - GCC 9.0 build failure [\#1472](https://github.com/nlohmann/json/issues/1472)
192
- - Can we have an `exists\(\)` method? [\#1471](https://github.com/nlohmann/json/issues/1471)
193
- - How to parse multi object json from file? [\#1470](https://github.com/nlohmann/json/issues/1470)
194
- - How to returns the name of the upper object? [\#1467](https://github.com/nlohmann/json/issues/1467)
195
- - Error: "tuple\_size" has already been declared in the current scope [\#1466](https://github.com/nlohmann/json/issues/1466)
196
- - Checking keys of two jsons against eachother [\#1465](https://github.com/nlohmann/json/issues/1465)
197
- - Disable installation when used as meson subproject [\#1463](https://github.com/nlohmann/json/issues/1463)
198
- - Unpack list of integers to a std::vector\<int\> [\#1460](https://github.com/nlohmann/json/issues/1460)
199
- - Implement DRY definition of JSON representation of a c++ class [\#1459](https://github.com/nlohmann/json/issues/1459)
200
- - json.exception.type\_error.305 with GCC 4.9 when using C++ {} initializer [\#1458](https://github.com/nlohmann/json/issues/1458)
201
- - API to convert an "uninitialized" json into an empty object or empty array [\#1456](https://github.com/nlohmann/json/issues/1456)
202
- - How to parse a vector of objects with const attributes [\#1453](https://github.com/nlohmann/json/issues/1453)
203
- - NLOHMANN\_JSON\_SERIALIZE\_ENUM potentially requires duplicate definitions [\#1450](https://github.com/nlohmann/json/issues/1450)
204
- - Question about making json object from file directory [\#1449](https://github.com/nlohmann/json/issues/1449)
205
- - .get\(\) throws error if used with userdefined structs in unordered\_map [\#1448](https://github.com/nlohmann/json/issues/1448)
206
- - Integer Overflow \(OSS-Fuzz 12506\) [\#1447](https://github.com/nlohmann/json/issues/1447)
207
- - If a string has too many invalid UTF-8 characters, json::dump attempts to index an array out of bounds. [\#1445](https://github.com/nlohmann/json/issues/1445)
208
- - Setting values of .JSON file [\#1444](https://github.com/nlohmann/json/issues/1444)
209
- - alias object\_t::key\_type in basic\_json [\#1442](https://github.com/nlohmann/json/issues/1442)
210
- - Latest Ubuntu package is 2.1.1 [\#1438](https://github.com/nlohmann/json/issues/1438)
211
- - lexer.hpp\(1363\) '\_snprintf': is not a member | Visualstudio 2017 [\#1437](https://github.com/nlohmann/json/issues/1437)
212
- - Static method invites inadvertent logic error. [\#1433](https://github.com/nlohmann/json/issues/1433)
213
- - EOS compilation produces "fatal error: 'nlohmann/json.hpp' file not found" [\#1432](https://github.com/nlohmann/json/issues/1432)
214
- - Support for bad commas [\#1429](https://github.com/nlohmann/json/issues/1429)
215
- - Please have one base exception class for all json exceptions [\#1427](https://github.com/nlohmann/json/issues/1427)
216
- - Compilation warning: 'tuple\_size' defined as a class template here but previously declared as a struct template [\#1426](https://github.com/nlohmann/json/issues/1426)
217
- - Which version can be used with GCC 4.8.2 ? [\#1424](https://github.com/nlohmann/json/issues/1424)
218
- - Ignore nullptr values on constructing json object from a container [\#1422](https://github.com/nlohmann/json/issues/1422)
219
- - Support for custom float precision via unquoted strings [\#1421](https://github.com/nlohmann/json/issues/1421)
220
- - Segmentation fault \(stack overflow\) due to unbounded recursion [\#1419](https://github.com/nlohmann/json/issues/1419)
221
- - It is possible to call `json::find` with a json\_pointer as argument. This causes runtime UB/crash. [\#1418](https://github.com/nlohmann/json/issues/1418)
222
- - Dump throwing exception [\#1416](https://github.com/nlohmann/json/issues/1416)
223
- - Build error [\#1415](https://github.com/nlohmann/json/issues/1415)
224
- - Append version to include.zip [\#1412](https://github.com/nlohmann/json/issues/1412)
225
- - error C2039: '\_snprintf': is not a member of 'std' - Windows [\#1408](https://github.com/nlohmann/json/issues/1408)
226
- - Deserializing to vector [\#1407](https://github.com/nlohmann/json/issues/1407)
227
- - Efficient way to set a `json` object as value into another `json` key [\#1406](https://github.com/nlohmann/json/issues/1406)
228
- - Document return value of parse\(\) when allow\_exceptions == false and parsing fails [\#1405](https://github.com/nlohmann/json/issues/1405)
229
- - Unexpected behaviour with structured binding [\#1404](https://github.com/nlohmann/json/issues/1404)
230
- - Which native types does get\<type\>\(\) allow? [\#1403](https://github.com/nlohmann/json/issues/1403)
231
- - Add something like Json::StaticString [\#1402](https://github.com/nlohmann/json/issues/1402)
232
- - -Wmismatched-tags in 3.5.0? [\#1401](https://github.com/nlohmann/json/issues/1401)
233
- - Coverity Scan reports an UNCAUGHT\_EXCEPT issue [\#1400](https://github.com/nlohmann/json/issues/1400)
234
- - fff [\#1399](https://github.com/nlohmann/json/issues/1399)
235
- - sorry this is not an issue, just a Question, How to change a key value in a file and save it ? [\#1398](https://github.com/nlohmann/json/issues/1398)
236
- - Add library versioning using inline namespaces [\#1394](https://github.com/nlohmann/json/issues/1394)
237
- - appveyor x64 builds appear to be using Win32 toolset [\#1374](https://github.com/nlohmann/json/issues/1374)
238
- - Serializing/Deserializing a Class containing a vector of itself [\#1373](https://github.com/nlohmann/json/issues/1373)
239
- - Retrieving array elements. [\#1369](https://github.com/nlohmann/json/issues/1369)
240
- - Deserialize [\#1366](https://github.com/nlohmann/json/issues/1366)
241
- - call of overloaded for push\_back and operator+= is ambiguous [\#1352](https://github.com/nlohmann/json/issues/1352)
242
- - got an error and cann't figure it out [\#1351](https://github.com/nlohmann/json/issues/1351)
243
- - Improve number-to-string conversion [\#1334](https://github.com/nlohmann/json/issues/1334)
244
- - Implicit type conversion error on MSVC [\#1333](https://github.com/nlohmann/json/issues/1333)
245
- - NuGet Package [\#1132](https://github.com/nlohmann/json/issues/1132)
246
-
247
- - Change macros to numeric\_limits [\#1514](https://github.com/nlohmann/json/pull/1514) ([naszta](https://github.com/naszta))
248
- - fix GCC 7.1.1 - 7.2.1 on CentOS [\#1496](https://github.com/nlohmann/json/pull/1496) ([lieff](https://github.com/lieff))
249
- - Update Buckaroo instructions in README.md [\#1495](https://github.com/nlohmann/json/pull/1495) ([njlr](https://github.com/njlr))
250
- - Fix gcc9 build error test/src/unit-allocator.cpp \(Issue \#1472\) [\#1492](https://github.com/nlohmann/json/pull/1492) ([stac47](https://github.com/stac47))
251
- - Fix typo in README.md [\#1491](https://github.com/nlohmann/json/pull/1491) ([nickaein](https://github.com/nickaein))
252
- - Do proper endian conversions [\#1489](https://github.com/nlohmann/json/pull/1489) ([andreas-schwab](https://github.com/andreas-schwab))
253
- - Fix documentation [\#1477](https://github.com/nlohmann/json/pull/1477) ([nickaein](https://github.com/nickaein))
254
- - Implement contains\(\) member function [\#1474](https://github.com/nlohmann/json/pull/1474) ([nickaein](https://github.com/nickaein))
255
- - Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers [\#1469](https://github.com/nlohmann/json/pull/1469) ([garethsb-sony](https://github.com/garethsb-sony))
256
- - Disable Clang -Wmismatched-tags warning on tuple\_size / tuple\_element [\#1468](https://github.com/nlohmann/json/pull/1468) ([past-due](https://github.com/past-due))
257
- - Disable installation when used as meson subproject. \#1463 [\#1464](https://github.com/nlohmann/json/pull/1464) ([elvisoric](https://github.com/elvisoric))
258
- - docs: README typo [\#1455](https://github.com/nlohmann/json/pull/1455) ([wythe](https://github.com/wythe))
259
- - remove extra semicolon from readme [\#1451](https://github.com/nlohmann/json/pull/1451) ([Afforix](https://github.com/Afforix))
260
- - attempt to fix \#1445, flush buffer in serializer::dump\_escaped in UTF8\_REJECT case. [\#1446](https://github.com/nlohmann/json/pull/1446) ([scinart](https://github.com/scinart))
261
- - Use C++11 features supported by CMake 3.1. [\#1441](https://github.com/nlohmann/json/pull/1441) ([iwanders](https://github.com/iwanders))
262
- - :rotating\_light: fixed unused variable warning [\#1435](https://github.com/nlohmann/json/pull/1435) ([pboettch](https://github.com/pboettch))
263
- - allow push\_back\(\) and pop\_back\(\) calls on json\_pointer [\#1434](https://github.com/nlohmann/json/pull/1434) ([pboettch](https://github.com/pboettch))
264
- - Add instructions about using nlohmann/json with the conda package manager [\#1430](https://github.com/nlohmann/json/pull/1430) ([nicoddemus](https://github.com/nicoddemus))
265
- - Updated year in README.md [\#1425](https://github.com/nlohmann/json/pull/1425) ([hijxf](https://github.com/hijxf))
266
- - Fixed broken links in the README file [\#1423](https://github.com/nlohmann/json/pull/1423) ([skypjack](https://github.com/skypjack))
267
- - Fixed broken links in the README file [\#1420](https://github.com/nlohmann/json/pull/1420) ([skypjack](https://github.com/skypjack))
268
- - docs: typo in README [\#1417](https://github.com/nlohmann/json/pull/1417) ([wythe](https://github.com/wythe))
269
- - Fix x64 target platform for appveyor [\#1414](https://github.com/nlohmann/json/pull/1414) ([nickaein](https://github.com/nickaein))
270
- - Improve dump\_integer performance [\#1411](https://github.com/nlohmann/json/pull/1411) ([nickaein](https://github.com/nickaein))
271
- - buildsystem: relax requirement on cmake version [\#1409](https://github.com/nlohmann/json/pull/1409) ([yann-morin-1998](https://github.com/yann-morin-1998))
272
- - CMake: Optional Install if Embedded [\#1330](https://github.com/nlohmann/json/pull/1330) ([ax3l](https://github.com/ax3l))
273
-
274
- ## [v3.5.0](https://github.com/nlohmann/json/releases/tag/v3.5.0) (2018-12-21)
275
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.4.0...v3.5.0)
276
-
277
- - Copyconstructor inserts original into array with single element [\#1397](https://github.com/nlohmann/json/issues/1397)
278
- - Get value without explicit typecasting [\#1395](https://github.com/nlohmann/json/issues/1395)
279
- - Big file parsing [\#1393](https://github.com/nlohmann/json/issues/1393)
280
- - some static analysis warning at line 11317 [\#1390](https://github.com/nlohmann/json/issues/1390)
281
- - Adding Structured Binding Support [\#1388](https://github.com/nlohmann/json/issues/1388)
282
- - map\<json::value\_t, string\> exhibits unexpected behavior [\#1387](https://github.com/nlohmann/json/issues/1387)
283
- - Error Code Return [\#1386](https://github.com/nlohmann/json/issues/1386)
284
- - using unordered\_map as object type [\#1385](https://github.com/nlohmann/json/issues/1385)
285
- - float precision [\#1384](https://github.com/nlohmann/json/issues/1384)
286
- - \[json.exception.type\_error.316\] invalid UTF-8 byte at index 1: 0xC3 [\#1383](https://github.com/nlohmann/json/issues/1383)
287
- - Inconsistent Constructor \(GCC vs. Clang\) [\#1381](https://github.com/nlohmann/json/issues/1381)
288
- - \#define or || [\#1379](https://github.com/nlohmann/json/issues/1379)
289
- - How to iterate inside the values ? [\#1377](https://github.com/nlohmann/json/issues/1377)
290
- - items\(\) unable to get the elements [\#1375](https://github.com/nlohmann/json/issues/1375)
291
- - conversion json to std::map doesn't work for types \<int, double\> [\#1372](https://github.com/nlohmann/json/issues/1372)
292
- - A minor issue in the build instructions [\#1371](https://github.com/nlohmann/json/issues/1371)
293
- - Using this library without stream ? [\#1370](https://github.com/nlohmann/json/issues/1370)
294
- - Writing and reading BSON data [\#1368](https://github.com/nlohmann/json/issues/1368)
295
- - Retrieving array elements from object type iterator. [\#1367](https://github.com/nlohmann/json/issues/1367)
296
- - json::dump\(\) silently crashes if items contain accented letters [\#1365](https://github.com/nlohmann/json/issues/1365)
297
- - warnings in MSVC \(2015\) in 3.4.0 related to bool... [\#1364](https://github.com/nlohmann/json/issues/1364)
298
- - Cant compile with -C++17 and beyond compiler options [\#1362](https://github.com/nlohmann/json/issues/1362)
299
- - json to concrete type conversion through reference or pointer fails [\#1361](https://github.com/nlohmann/json/issues/1361)
300
- - the first attributes of JSON string is misplaced [\#1360](https://github.com/nlohmann/json/issues/1360)
301
- - Copy-construct using initializer-list converts objects to arrays [\#1359](https://github.com/nlohmann/json/issues/1359)
302
- - About value\(key, default\_value\) and operator\[\]\(key\) [\#1358](https://github.com/nlohmann/json/issues/1358)
303
- - Problem with printing json response object [\#1356](https://github.com/nlohmann/json/issues/1356)
304
- - Serializing pointer segfaults [\#1355](https://github.com/nlohmann/json/issues/1355)
305
- - Read `long long int` data as a number. [\#1354](https://github.com/nlohmann/json/issues/1354)
306
- - eclipse oxygen in ubuntu get\<size\_t\> is ambiguous [\#1353](https://github.com/nlohmann/json/issues/1353)
307
- - Can't build on Visual Studio 2017 v15.8.9 [\#1350](https://github.com/nlohmann/json/issues/1350)
308
- - cannot parse from string? [\#1349](https://github.com/nlohmann/json/issues/1349)
309
- - Error: out\_of\_range [\#1348](https://github.com/nlohmann/json/issues/1348)
310
- - expansion pattern 'CompatibleObjectType' contains no argument packs, with CUDA 10 [\#1347](https://github.com/nlohmann/json/issues/1347)
311
- - Unable to update a value for a nested\(multi-level\) json file [\#1344](https://github.com/nlohmann/json/issues/1344)
312
- - Fails to compile when std::iterator\_traits is not SFINAE friendly. [\#1341](https://github.com/nlohmann/json/issues/1341)
313
- - EOF flag not set on exhausted input streams. [\#1340](https://github.com/nlohmann/json/issues/1340)
314
- - Shadowed Member in merge\_patch [\#1339](https://github.com/nlohmann/json/issues/1339)
315
- - Periods/literal dots in keys? [\#1338](https://github.com/nlohmann/json/issues/1338)
316
- - Protect macro expansion of commonly defined macros [\#1337](https://github.com/nlohmann/json/issues/1337)
317
- - How to validate an input before parsing? [\#1336](https://github.com/nlohmann/json/issues/1336)
318
- - Non-verifying dump\(\) alternative for debugging/logging needed [\#1335](https://github.com/nlohmann/json/issues/1335)
319
- - Json Libarary is not responding for me in c++ [\#1332](https://github.com/nlohmann/json/issues/1332)
320
- - Question - how to find an object in an array [\#1331](https://github.com/nlohmann/json/issues/1331)
321
- - Nesting additional data in json object [\#1328](https://github.com/nlohmann/json/issues/1328)
322
- - can to\_json\(\) be defined inside a class? [\#1324](https://github.com/nlohmann/json/issues/1324)
323
- - CodeBlocks IDE can't find `json.hpp` header [\#1318](https://github.com/nlohmann/json/issues/1318)
324
- - Change json\_pointer to provide an iterator begin/end/etc, don't use vectors, and also enable string\_view [\#1312](https://github.com/nlohmann/json/issues/1312)
325
- - Xcode - adding it to library [\#1300](https://github.com/nlohmann/json/issues/1300)
326
- - unicode: accept char16\_t, char32\_t sequences [\#1298](https://github.com/nlohmann/json/issues/1298)
327
- - unicode: char16\_t\* is compiler error, but char16\_t\[\] is accepted [\#1297](https://github.com/nlohmann/json/issues/1297)
328
- - Dockerfile Project Help Needed [\#1296](https://github.com/nlohmann/json/issues/1296)
329
- - Comparisons between large unsigned and negative signed integers [\#1295](https://github.com/nlohmann/json/issues/1295)
330
- - CMake alias to `nlohmann::json` [\#1291](https://github.com/nlohmann/json/issues/1291)
331
- - Release zips without tests [\#1285](https://github.com/nlohmann/json/issues/1285)
332
- - Suggestion to improve value\(\) accessors with respect to move semantics [\#1275](https://github.com/nlohmann/json/issues/1275)
333
- - separate object\_t::key\_type from basic\_json::key\_type, and use an allocator which returns object\_t::key\_type [\#1274](https://github.com/nlohmann/json/issues/1274)
334
- - Is there a nice way to associate external values with json elements? [\#1256](https://github.com/nlohmann/json/issues/1256)
335
- - Delete by json\_pointer [\#1248](https://github.com/nlohmann/json/issues/1248)
336
- - Expose lexer, as a StAX parser [\#1219](https://github.com/nlohmann/json/issues/1219)
337
- - Subclassing json\(\) & error on recursive load [\#1201](https://github.com/nlohmann/json/issues/1201)
338
- - Check value for existence by json\_pointer [\#1194](https://github.com/nlohmann/json/issues/1194)
339
-
340
- - Feature/add file input adapter [\#1392](https://github.com/nlohmann/json/pull/1392) ([dumarjo](https://github.com/dumarjo))
341
- - Added Support for Structured Bindings [\#1391](https://github.com/nlohmann/json/pull/1391) ([pratikpc](https://github.com/pratikpc))
342
- - Link to issue \#958 broken [\#1382](https://github.com/nlohmann/json/pull/1382) ([kjpus](https://github.com/kjpus))
343
- - readme: fix typo [\#1380](https://github.com/nlohmann/json/pull/1380) ([manu-chroma](https://github.com/manu-chroma))
344
- - recommend using explicit from JSON conversions [\#1363](https://github.com/nlohmann/json/pull/1363) ([theodelrieu](https://github.com/theodelrieu))
345
- - Fix merge\_patch shadow warning [\#1346](https://github.com/nlohmann/json/pull/1346) ([ax3l](https://github.com/ax3l))
346
- - Allow installation via Meson [\#1345](https://github.com/nlohmann/json/pull/1345) ([mpoquet](https://github.com/mpoquet))
347
- - Set eofbit on exhausted input stream. [\#1343](https://github.com/nlohmann/json/pull/1343) ([mefyl](https://github.com/mefyl))
348
- - Add a SFINAE friendly iterator\_traits and use that instead. [\#1342](https://github.com/nlohmann/json/pull/1342) ([dgavedissian](https://github.com/dgavedissian))
349
- - Fix EOL Whitespaces & CMake Spelling [\#1329](https://github.com/nlohmann/json/pull/1329) ([ax3l](https://github.com/ax3l))
350
-
351
- ## [v3.4.0](https://github.com/nlohmann/json/releases/tag/v3.4.0) (2018-10-30)
352
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.3.0...v3.4.0)
353
-
354
- - Big uint64\_t values are serialized wrong [\#1327](https://github.com/nlohmann/json/issues/1327)
355
- - \[Question\] Efficient check for equivalency? [\#1325](https://github.com/nlohmann/json/issues/1325)
356
- - Can't use ifstream and .clear\(\) [\#1321](https://github.com/nlohmann/json/issues/1321)
357
- - \[Warning\] -Wparentheses on line 555 on single\_include [\#1319](https://github.com/nlohmann/json/issues/1319)
358
- - Compilation error using at and find with enum struct [\#1316](https://github.com/nlohmann/json/issues/1316)
359
- - Parsing JSON from a web address [\#1311](https://github.com/nlohmann/json/issues/1311)
360
- - How to convert JSON to Struct with embeded subject [\#1310](https://github.com/nlohmann/json/issues/1310)
361
- - Null safety/coalescing function? [\#1309](https://github.com/nlohmann/json/issues/1309)
362
- - Building fails using single include file: json.hpp [\#1308](https://github.com/nlohmann/json/issues/1308)
363
- - json::parse\(std::string\) Exception inside packaged Lib [\#1306](https://github.com/nlohmann/json/issues/1306)
364
- - Problem in Dockerfile with installation of library [\#1304](https://github.com/nlohmann/json/issues/1304)
365
- - compile error in from\_json converting to container with std::pair [\#1299](https://github.com/nlohmann/json/issues/1299)
366
- - Json that I am trying to parse, and I am lost Structure Array below top level [\#1293](https://github.com/nlohmann/json/issues/1293)
367
- - Serializing std::variant causes stack overflow [\#1292](https://github.com/nlohmann/json/issues/1292)
368
- - How do I go about customising from\_json to support \_\_int128\_t/\_\_uint128\_t? [\#1290](https://github.com/nlohmann/json/issues/1290)
369
- - merge\_patch: inconsistent behaviour merging empty sub-object [\#1289](https://github.com/nlohmann/json/issues/1289)
370
- - Buffer over/underrun using UBJson? [\#1288](https://github.com/nlohmann/json/issues/1288)
371
- - Enable the latest C++ standard with Visual Studio [\#1287](https://github.com/nlohmann/json/issues/1287)
372
- - truncation of constant value in to\_cbor\(\) [\#1286](https://github.com/nlohmann/json/issues/1286)
373
- - eosio.wasmsdk error [\#1284](https://github.com/nlohmann/json/issues/1284)
374
- - use the same interface for writing arrays and non-arrays [\#1283](https://github.com/nlohmann/json/issues/1283)
375
- - How to read json file with optional entries and entries with different types [\#1281](https://github.com/nlohmann/json/issues/1281)
376
- - merge result not as espected [\#1279](https://github.com/nlohmann/json/issues/1279)
377
- - how to get only "name" from below json [\#1278](https://github.com/nlohmann/json/issues/1278)
378
- - syntax error on right json string [\#1276](https://github.com/nlohmann/json/issues/1276)
379
- - Parsing JSON Array where members have no key, using custom types [\#1267](https://github.com/nlohmann/json/issues/1267)
380
- - I get a json exception periodically from json::parse for the same json [\#1263](https://github.com/nlohmann/json/issues/1263)
381
- - serialize std::variant\<...\> [\#1261](https://github.com/nlohmann/json/issues/1261)
382
- - GCC 8.2.1. Compilation error: invalid conversion from... [\#1246](https://github.com/nlohmann/json/issues/1246)
383
- - BSON support [\#1244](https://github.com/nlohmann/json/issues/1244)
384
- - enum to json mapping [\#1208](https://github.com/nlohmann/json/issues/1208)
385
- - Soften the landing when dumping non-UTF8 strings \(type\_error.316 exception\) [\#1198](https://github.com/nlohmann/json/issues/1198)
386
- - CMakeLists.txt in release zips? [\#1184](https://github.com/nlohmann/json/issues/1184)
387
-
388
- - Add macro to define enum/JSON mapping [\#1323](https://github.com/nlohmann/json/pull/1323) ([nlohmann](https://github.com/nlohmann))
389
- - Add BSON support [\#1320](https://github.com/nlohmann/json/pull/1320) ([nlohmann](https://github.com/nlohmann))
390
- - Properly convert constants to CharType [\#1315](https://github.com/nlohmann/json/pull/1315) ([nlohmann](https://github.com/nlohmann))
391
- - Allow to set error handler for decoding errors [\#1314](https://github.com/nlohmann/json/pull/1314) ([nlohmann](https://github.com/nlohmann))
392
- - Add Meson related info to README [\#1305](https://github.com/nlohmann/json/pull/1305) ([koponomarenko](https://github.com/koponomarenko))
393
- - Improve diagnostic messages for binary formats [\#1303](https://github.com/nlohmann/json/pull/1303) ([nlohmann](https://github.com/nlohmann))
394
- - add new is\_constructible\_\* traits used in from\_json [\#1301](https://github.com/nlohmann/json/pull/1301) ([theodelrieu](https://github.com/theodelrieu))
395
- - add constraints for variadic json\_ref constructors [\#1294](https://github.com/nlohmann/json/pull/1294) ([theodelrieu](https://github.com/theodelrieu))
396
- - Improve diagnostic messages [\#1282](https://github.com/nlohmann/json/pull/1282) ([nlohmann](https://github.com/nlohmann))
397
- - Removed linter warnings [\#1280](https://github.com/nlohmann/json/pull/1280) ([nlohmann](https://github.com/nlohmann))
398
- - Thirdparty benchmark: Fix Clang detection. [\#1277](https://github.com/nlohmann/json/pull/1277) ([Lord-Kamina](https://github.com/Lord-Kamina))
399
-
400
- ## [v3.3.0](https://github.com/nlohmann/json/releases/tag/v3.3.0) (2018-10-05)
401
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.2.0...v3.3.0)
402
-
403
- - When key is not found print the key name into error too [\#1273](https://github.com/nlohmann/json/issues/1273)
404
- - Visual Studio 2017 15.8.5 "conditional expression is constant" warning on Line 1851 in json.hpp [\#1268](https://github.com/nlohmann/json/issues/1268)
405
- - how can we get this working on WSL? [\#1264](https://github.com/nlohmann/json/issues/1264)
406
- - Help needed [\#1259](https://github.com/nlohmann/json/issues/1259)
407
- - A way to get to a JSON values "key" [\#1258](https://github.com/nlohmann/json/issues/1258)
408
- - While compiling got 76 errors [\#1255](https://github.com/nlohmann/json/issues/1255)
409
- - Two blackslashes on json output file [\#1253](https://github.com/nlohmann/json/issues/1253)
410
- - Including nlohmann the badwrong way. [\#1250](https://github.com/nlohmann/json/issues/1250)
411
- - how to build with clang? [\#1247](https://github.com/nlohmann/json/issues/1247)
412
- - Cmake target\_link\_libraries unable to find nlohmann\_json since version 3.2.0 [\#1243](https://github.com/nlohmann/json/issues/1243)
413
- - \[Question\] Access to end\(\) iterator reference [\#1242](https://github.com/nlohmann/json/issues/1242)
414
- - Parsing different json format [\#1241](https://github.com/nlohmann/json/issues/1241)
415
- - Parsing Multiple JSON Files [\#1240](https://github.com/nlohmann/json/issues/1240)
416
- - Doesn't compile under C++17 [\#1239](https://github.com/nlohmann/json/issues/1239)
417
- - Conversion operator for nlohmann::json is not SFINAE friendly [\#1237](https://github.com/nlohmann/json/issues/1237)
418
- - Custom deserialization of number\_float\_t [\#1236](https://github.com/nlohmann/json/issues/1236)
419
- - Move tests to a separate repo [\#1235](https://github.com/nlohmann/json/issues/1235)
420
- - deprecated-declarations warnings when compiling tests with GCC 8.2.1. [\#1233](https://github.com/nlohmann/json/issues/1233)
421
- - Incomplete type with json\_fwd.hpp [\#1232](https://github.com/nlohmann/json/issues/1232)
422
- - Parse Error [\#1229](https://github.com/nlohmann/json/issues/1229)
423
- - json::get function with argument [\#1227](https://github.com/nlohmann/json/issues/1227)
424
- - questions regarding from\_json [\#1226](https://github.com/nlohmann/json/issues/1226)
425
- - Lambda in unevaluated context [\#1225](https://github.com/nlohmann/json/issues/1225)
426
- - NLohmann doesn't compile when enabling strict warning policies [\#1224](https://github.com/nlohmann/json/issues/1224)
427
- - Creating array of objects [\#1223](https://github.com/nlohmann/json/issues/1223)
428
- - Somewhat unhelpful error message "cannot use operator\[\] with object" [\#1220](https://github.com/nlohmann/json/issues/1220)
429
- - single\_include json.hpp [\#1218](https://github.com/nlohmann/json/issues/1218)
430
- - Maps with enum class keys which are convertible to JSON strings should be converted to JSON dictionaries [\#1217](https://github.com/nlohmann/json/issues/1217)
431
- - Adding JSON Array to the Array [\#1216](https://github.com/nlohmann/json/issues/1216)
432
- - Best way to output a vector of a given type to json [\#1215](https://github.com/nlohmann/json/issues/1215)
433
- - compiler warning: double definition of macro JSON\_INTERNAL\_CATCH [\#1213](https://github.com/nlohmann/json/issues/1213)
434
- - Compilation error when using MOCK\_METHOD1 from GMock and nlohmann::json [\#1212](https://github.com/nlohmann/json/issues/1212)
435
- - Issues parsing a previously encoded binary \(non-UTF8\) string. [\#1211](https://github.com/nlohmann/json/issues/1211)
436
- - Yet another ordering question: char \* and parse\(\) [\#1209](https://github.com/nlohmann/json/issues/1209)
437
- - Error using gcc 8.1.0 on Ubuntu 14.04 [\#1207](https://github.com/nlohmann/json/issues/1207)
438
- - "type must be string, but is " std::string\(j.type\_name\(\) [\#1206](https://github.com/nlohmann/json/issues/1206)
439
- - Returning empty json object from a function of type const json& ? [\#1205](https://github.com/nlohmann/json/issues/1205)
440
- - VS2017 compiler suggests using constexpr if [\#1204](https://github.com/nlohmann/json/issues/1204)
441
- - Template instatiation error on compiling [\#1203](https://github.com/nlohmann/json/issues/1203)
442
- - BUG - json dump field with unicode -\> array of ints \(instead of string\) [\#1197](https://github.com/nlohmann/json/issues/1197)
443
- - Compile error using Code::Blocks // mingw-w64 GCC 8.1.0 - "Incomplete Type" [\#1193](https://github.com/nlohmann/json/issues/1193)
444
- - SEGFAULT on arm target [\#1190](https://github.com/nlohmann/json/issues/1190)
445
- - Compiler crash with old Clang [\#1179](https://github.com/nlohmann/json/issues/1179)
446
- - Custom Precision on floating point numbers [\#1170](https://github.com/nlohmann/json/issues/1170)
447
- - Can we have a json\_view class like std::string\_view? [\#1158](https://github.com/nlohmann/json/issues/1158)
448
- - improve error handling [\#1152](https://github.com/nlohmann/json/issues/1152)
449
- - We should remove static\_asserts [\#960](https://github.com/nlohmann/json/issues/960)
450
-
451
- - Fix warning C4127: conditional expression is constant [\#1272](https://github.com/nlohmann/json/pull/1272) ([antonioborondo](https://github.com/antonioborondo))
452
- - Turn off additional deprecation warnings for GCC. [\#1271](https://github.com/nlohmann/json/pull/1271) ([chuckatkins](https://github.com/chuckatkins))
453
- - docs: Add additional CMake documentation [\#1270](https://github.com/nlohmann/json/pull/1270) ([chuckatkins](https://github.com/chuckatkins))
454
- - unit-testsuites.cpp: fix hangup if file not found [\#1262](https://github.com/nlohmann/json/pull/1262) ([knilch0r](https://github.com/knilch0r))
455
- - Fix broken cmake imported target alias [\#1260](https://github.com/nlohmann/json/pull/1260) ([chuckatkins](https://github.com/chuckatkins))
456
- - GCC 48 [\#1257](https://github.com/nlohmann/json/pull/1257) ([henryiii](https://github.com/henryiii))
457
- - Add version and license to meson.build [\#1252](https://github.com/nlohmann/json/pull/1252) ([koponomarenko](https://github.com/koponomarenko))
458
- - \#1179 Reordered the code. It seems to stop clang 3.4.2 in RHEL 7 from crash… [\#1249](https://github.com/nlohmann/json/pull/1249) ([LEgregius](https://github.com/LEgregius))
459
- - Use a version check to provide backwards comatible CMake imported target names [\#1245](https://github.com/nlohmann/json/pull/1245) ([chuckatkins](https://github.com/chuckatkins))
460
- - Fix issue \#1237 [\#1238](https://github.com/nlohmann/json/pull/1238) ([theodelrieu](https://github.com/theodelrieu))
461
- - Add a get overload taking a parameter. [\#1231](https://github.com/nlohmann/json/pull/1231) ([theodelrieu](https://github.com/theodelrieu))
462
- - Move lambda out of unevaluated context [\#1230](https://github.com/nlohmann/json/pull/1230) ([mandreyel](https://github.com/mandreyel))
463
- - Remove static asserts [\#1228](https://github.com/nlohmann/json/pull/1228) ([theodelrieu](https://github.com/theodelrieu))
464
- - Better error 305 [\#1221](https://github.com/nlohmann/json/pull/1221) ([rivertam](https://github.com/rivertam))
465
- - Fix \#1213 [\#1214](https://github.com/nlohmann/json/pull/1214) ([simnalamburt](https://github.com/simnalamburt))
466
- - Export package to allow builds without installing [\#1202](https://github.com/nlohmann/json/pull/1202) ([dennisfischer](https://github.com/dennisfischer))
467
-
468
- ## [v3.2.0](https://github.com/nlohmann/json/releases/tag/v3.2.0) (2018-08-20)
469
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.2...v3.2.0)
470
-
471
- - Am I doing this wrong? Getting an empty string [\#1199](https://github.com/nlohmann/json/issues/1199)
472
- - Incompatible Pointer Type [\#1196](https://github.com/nlohmann/json/issues/1196)
473
- - json.exception.type\_error.316 [\#1195](https://github.com/nlohmann/json/issues/1195)
474
- - Strange warnings in Code::Blocks 17.12, GNU GCC [\#1192](https://github.com/nlohmann/json/issues/1192)
475
- - \[Question\] Current place in code to change floating point resolution [\#1191](https://github.com/nlohmann/json/issues/1191)
476
- - Add key name when throwing type error [\#1189](https://github.com/nlohmann/json/issues/1189)
477
- - Not able to include in visual studio code? [\#1188](https://github.com/nlohmann/json/issues/1188)
478
- - Get an Index or row number of an element [\#1186](https://github.com/nlohmann/json/issues/1186)
479
- - reduce repos size [\#1185](https://github.com/nlohmann/json/issues/1185)
480
- - Difference between `merge\_patch` and `update` [\#1183](https://github.com/nlohmann/json/issues/1183)
481
- - Is there a way to get an element from a JSON without throwing an exception on failure? [\#1182](https://github.com/nlohmann/json/issues/1182)
482
- - to\_string? [\#1181](https://github.com/nlohmann/json/issues/1181)
483
- - How to cache a json object's pointer into a map? [\#1180](https://github.com/nlohmann/json/issues/1180)
484
- - Can this library work within a Qt project for Android using Qt Creator? [\#1178](https://github.com/nlohmann/json/issues/1178)
485
- - How to get all keys of one object? [\#1177](https://github.com/nlohmann/json/issues/1177)
486
- - How can I only parse the first level and get the value as string? [\#1175](https://github.com/nlohmann/json/issues/1175)
487
- - I have a query regarding nlohmann::basic\_json::basic\_json [\#1174](https://github.com/nlohmann/json/issues/1174)
488
- - unordered\_map with vectors won't convert to json? [\#1173](https://github.com/nlohmann/json/issues/1173)
489
- - return json objects from functions [\#1172](https://github.com/nlohmann/json/issues/1172)
490
- - Problem when exporting to CBOR [\#1171](https://github.com/nlohmann/json/issues/1171)
491
- - Roundtripping null to nullptr does not work [\#1169](https://github.com/nlohmann/json/issues/1169)
492
- - MSVC fails to compile std::swap specialization for nlohmann::json [\#1168](https://github.com/nlohmann/json/issues/1168)
493
- - Unexpected behaviour of is\_null - Part II [\#1167](https://github.com/nlohmann/json/issues/1167)
494
- - Floating point imprecision [\#1166](https://github.com/nlohmann/json/issues/1166)
495
- - Combine json objects into one? [\#1165](https://github.com/nlohmann/json/issues/1165)
496
- - Is there any way to know if the object has changed? [\#1164](https://github.com/nlohmann/json/issues/1164)
497
- - Value throws on null string [\#1163](https://github.com/nlohmann/json/issues/1163)
498
- - Weird template issue in large project [\#1162](https://github.com/nlohmann/json/issues/1162)
499
- - \_json returns a different result vs ::parse [\#1161](https://github.com/nlohmann/json/issues/1161)
500
- - Showing difference between two json objects [\#1160](https://github.com/nlohmann/json/issues/1160)
501
- - no instance of overloaded function "std::swap" matches the specified type [\#1159](https://github.com/nlohmann/json/issues/1159)
502
- - resize\(...\)? [\#1157](https://github.com/nlohmann/json/issues/1157)
503
- - Issue with struct nested in class' to\_json [\#1155](https://github.com/nlohmann/json/issues/1155)
504
- - Deserialize std::map with std::nan [\#1154](https://github.com/nlohmann/json/issues/1154)
505
- - Parse throwing errors [\#1149](https://github.com/nlohmann/json/issues/1149)
506
- - cocoapod integration [\#1148](https://github.com/nlohmann/json/issues/1148)
507
- - wstring parsing [\#1147](https://github.com/nlohmann/json/issues/1147)
508
- - Is it possible to dump a two-dimensional array to "\[\[null\],\[1,2,3\]\]"? [\#1146](https://github.com/nlohmann/json/issues/1146)
509
- - Want to write a class member variable and a struct variable \( this structure is inside the class\) to the json file [\#1145](https://github.com/nlohmann/json/issues/1145)
510
- - Does json support converting an instance of a struct into json string? [\#1143](https://github.com/nlohmann/json/issues/1143)
511
- - \#Most efficient way to search for child parameters \(recursive find?\) [\#1141](https://github.com/nlohmann/json/issues/1141)
512
- - could not find to\_json\(\) method in T's namespace [\#1140](https://github.com/nlohmann/json/issues/1140)
513
- - chars get treated as JSON numbers not JSON strings [\#1139](https://github.com/nlohmann/json/issues/1139)
514
- - How do I count number of objects in array? [\#1137](https://github.com/nlohmann/json/issues/1137)
515
- - Serializing a vector of classes? [\#1136](https://github.com/nlohmann/json/issues/1136)
516
- - Compile error. Unable convert form nullptr to nullptr&& [\#1135](https://github.com/nlohmann/json/issues/1135)
517
- - std::unordered\_map in struct, serialization [\#1133](https://github.com/nlohmann/json/issues/1133)
518
- - dump\(\) can't handle umlauts [\#1131](https://github.com/nlohmann/json/issues/1131)
519
- - Add a way to get a key reference from the iterator [\#1127](https://github.com/nlohmann/json/issues/1127)
520
- - can't not parse "\\“ string [\#1123](https://github.com/nlohmann/json/issues/1123)
521
- - if json file contain Internationalization chars , get exception [\#1122](https://github.com/nlohmann/json/issues/1122)
522
- - How to use a json::iterator dereferenced value in code? [\#1120](https://github.com/nlohmann/json/issues/1120)
523
- - clang compiler: error : unknown type name 'not' [\#1119](https://github.com/nlohmann/json/issues/1119)
524
- - Disable implicit conversions from json to std::initializer\_list\<T\> for any T [\#1118](https://github.com/nlohmann/json/issues/1118)
525
- - Implicit conversions to complex types can lead to surprising and confusing errors [\#1116](https://github.com/nlohmann/json/issues/1116)
526
- - How can I write from\_json for a complex datatype that is not default constructible? [\#1115](https://github.com/nlohmann/json/issues/1115)
527
- - Compile error in VS2015 when compiling unit-conversions.cpp [\#1114](https://github.com/nlohmann/json/issues/1114)
528
- - ADL Serializer for std::any / boost::any [\#1113](https://github.com/nlohmann/json/issues/1113)
529
- - Unexpected behaviour of is\_null [\#1112](https://github.com/nlohmann/json/issues/1112)
530
- - How to resolve " undefined reference to `std::\_\_throw\_bad\_cast\(\)'" [\#1111](https://github.com/nlohmann/json/issues/1111)
531
- - cannot compile on ubuntu 18.04 and 16.04 [\#1110](https://github.com/nlohmann/json/issues/1110)
532
- - JSON representation for floating point values has too many digits [\#1109](https://github.com/nlohmann/json/issues/1109)
533
- - Not working for classes containing "\_declspec\(dllimport\)" in their declaration [\#1108](https://github.com/nlohmann/json/issues/1108)
534
- - Get keys from json object [\#1107](https://github.com/nlohmann/json/issues/1107)
535
- - dump\(\) without alphabetical order [\#1106](https://github.com/nlohmann/json/issues/1106)
536
- - Cannot deserialize types using std::ratio [\#1105](https://github.com/nlohmann/json/issues/1105)
537
- - i want to learn json [\#1104](https://github.com/nlohmann/json/issues/1104)
538
- - Type checking during compile [\#1103](https://github.com/nlohmann/json/issues/1103)
539
- - Iterate through sub items [\#1102](https://github.com/nlohmann/json/issues/1102)
540
- - cppcheck failing for version 3.1.2 [\#1101](https://github.com/nlohmann/json/issues/1101)
541
- - Deserializing std::map [\#1100](https://github.com/nlohmann/json/issues/1100)
542
- - accessing key by reference [\#1098](https://github.com/nlohmann/json/issues/1098)
543
- - clang 3.8.0 croaks while trying to compile with debug symbols [\#1097](https://github.com/nlohmann/json/issues/1097)
544
- - Serialize a list of class objects with json [\#1096](https://github.com/nlohmann/json/issues/1096)
545
- - Small question [\#1094](https://github.com/nlohmann/json/issues/1094)
546
- - Upgrading to 3.x: to\_/from\_json with enum class [\#1093](https://github.com/nlohmann/json/issues/1093)
547
- - Q: few questions about json construction [\#1092](https://github.com/nlohmann/json/issues/1092)
548
- - general crayCC compilation failure [\#1091](https://github.com/nlohmann/json/issues/1091)
549
- - Merge Patch clears original data [\#1090](https://github.com/nlohmann/json/issues/1090)
550
- - \[Question\] how to use nlohmann/json in c++? [\#1088](https://github.com/nlohmann/json/issues/1088)
551
- - C++17 decomposition declaration support [\#1087](https://github.com/nlohmann/json/issues/1087)
552
- - \[Question\] Access multi-level json objects [\#1086](https://github.com/nlohmann/json/issues/1086)
553
- - Serializing vector [\#1085](https://github.com/nlohmann/json/issues/1085)
554
- - update nested value in multi hierarchy json object [\#1084](https://github.com/nlohmann/json/issues/1084)
555
- - Overriding default values? [\#1083](https://github.com/nlohmann/json/issues/1083)
556
- - detail namespace collision with Cereal? [\#1082](https://github.com/nlohmann/json/issues/1082)
557
- - Error using json.dump\(\); [\#1081](https://github.com/nlohmann/json/issues/1081)
558
- - Consuming TCP Stream [\#1080](https://github.com/nlohmann/json/issues/1080)
559
- - Compilation error with strong typed enums in map in combination with namespaces [\#1079](https://github.com/nlohmann/json/issues/1079)
560
- - cassert error [\#1076](https://github.com/nlohmann/json/issues/1076)
561
- - Valid json data not being parsed [\#1075](https://github.com/nlohmann/json/issues/1075)
562
- - Feature request :: Better testing for key existance without try/catch [\#1074](https://github.com/nlohmann/json/issues/1074)
563
- - Hi, I have input like a.b.c and want to convert it to \"a\"{\"b\": \"c\"} form. Any suggestions how do I do this? Thanks. [\#1073](https://github.com/nlohmann/json/issues/1073)
564
- - ADL deserializer not picked up for non default-constructible type [\#1072](https://github.com/nlohmann/json/issues/1072)
565
- - Deserializing std::array doesn't compiler \(no insert\(\)\) [\#1071](https://github.com/nlohmann/json/issues/1071)
566
- - Serializing OpenCV Mat problem [\#1070](https://github.com/nlohmann/json/issues/1070)
567
- - Compilation error with ICPC compiler [\#1068](https://github.com/nlohmann/json/issues/1068)
568
- - Minimal branch? [\#1066](https://github.com/nlohmann/json/issues/1066)
569
- - Not existing value, crash [\#1065](https://github.com/nlohmann/json/issues/1065)
570
- - cyryllic symbols [\#1064](https://github.com/nlohmann/json/issues/1064)
571
- - newbie usage question [\#1063](https://github.com/nlohmann/json/issues/1063)
572
- - Trying j\["strTest"\] = "%A" produces "strTest": "-0X1.CCCCCCCCCCCCCP+205" [\#1062](https://github.com/nlohmann/json/issues/1062)
573
- - convert json value to std::string??? [\#1061](https://github.com/nlohmann/json/issues/1061)
574
- - Commented out test cases, should they be removed? [\#1060](https://github.com/nlohmann/json/issues/1060)
575
- - different behaviour between clang and gcc with braced initialization [\#1059](https://github.com/nlohmann/json/issues/1059)
576
- - json array: initialize with prescribed size and `resize` method. [\#1057](https://github.com/nlohmann/json/issues/1057)
577
- - Is it possible to use exceptions istead of assertions? [\#1056](https://github.com/nlohmann/json/issues/1056)
578
- - when using assign operator in with json object a static assertion fails.. [\#1055](https://github.com/nlohmann/json/issues/1055)
579
- - Iterate over leafs of a JSON data structure: enrich the JSON pointer API [\#1054](https://github.com/nlohmann/json/issues/1054)
580
- - \[Feature request\] Access by path [\#1053](https://github.com/nlohmann/json/issues/1053)
581
- - document that implicit js -\> primitive conversion does not work for std::string::value\_type and why [\#1052](https://github.com/nlohmann/json/issues/1052)
582
- - error: ‘BasicJsonType’ in namespace ‘::’ does not name a type [\#1051](https://github.com/nlohmann/json/issues/1051)
583
- - Destructor is called when filling object through assignement [\#1050](https://github.com/nlohmann/json/issues/1050)
584
- - Is this thing thread safe for reads? [\#1049](https://github.com/nlohmann/json/issues/1049)
585
- - clang-tidy: Call to virtual function during construction [\#1046](https://github.com/nlohmann/json/issues/1046)
586
- - Using STL algorithms with JSON containers with expected results? [\#1045](https://github.com/nlohmann/json/issues/1045)
587
- - Usage with gtest/gmock not working as expected [\#1044](https://github.com/nlohmann/json/issues/1044)
588
- - Consequences of from\_json / to\_json being in namespace of data struct. [\#1042](https://github.com/nlohmann/json/issues/1042)
589
- - const\_reference operator\[\]\(const typename object\_t::key\_type& key\) const throw instead of assert [\#1039](https://github.com/nlohmann/json/issues/1039)
590
- - Trying to retrieve data from nested objects [\#1038](https://github.com/nlohmann/json/issues/1038)
591
- - Direct download link for json\_fwd.hpp? [\#1037](https://github.com/nlohmann/json/issues/1037)
592
- - I know the library supports UTF-8, but failed to dump the value [\#1036](https://github.com/nlohmann/json/issues/1036)
593
- - Putting a Vec3-like vector into a json object [\#1035](https://github.com/nlohmann/json/issues/1035)
594
- - Ternary operator crash [\#1034](https://github.com/nlohmann/json/issues/1034)
595
- - Issued with Clion Inspection Resolution since 2018.1 [\#1033](https://github.com/nlohmann/json/issues/1033)
596
- - Some testcases fail and one never finishes [\#1032](https://github.com/nlohmann/json/issues/1032)
597
- - Can this class work with wchar\_t / std::wstring? [\#1031](https://github.com/nlohmann/json/issues/1031)
598
- - Makefile: Valgrind flags have no effect [\#1030](https://github.com/nlohmann/json/issues/1030)
599
- - 「==」 Should be 「\>」 [\#1029](https://github.com/nlohmann/json/issues/1029)
600
- - HOCON reader? [\#1027](https://github.com/nlohmann/json/issues/1027)
601
- - add json string in previous string?? [\#1025](https://github.com/nlohmann/json/issues/1025)
602
- - RFC: fluent parsing interface [\#1023](https://github.com/nlohmann/json/issues/1023)
603
- - Does it support chinese character? [\#1022](https://github.com/nlohmann/json/issues/1022)
604
- - to/from\_msgpack only works with standard typization [\#1021](https://github.com/nlohmann/json/issues/1021)
605
- - Build failure using latest clang and GCC compilers [\#1020](https://github.com/nlohmann/json/issues/1020)
606
- - can two json objects be concatenated? [\#1019](https://github.com/nlohmann/json/issues/1019)
607
- - Erase by integer index [\#1018](https://github.com/nlohmann/json/issues/1018)
608
- - Function find overload taking a json\_pointer [\#1017](https://github.com/nlohmann/json/issues/1017)
609
- - I think should implement an parser function [\#1016](https://github.com/nlohmann/json/issues/1016)
610
- - Readme gif [\#1015](https://github.com/nlohmann/json/issues/1015)
611
- - Python bindings [\#1014](https://github.com/nlohmann/json/issues/1014)
612
- - how to add two json string in single object?? [\#1012](https://github.com/nlohmann/json/issues/1012)
613
- - how to serialize class Object \(convert data in object into json\)?? [\#1011](https://github.com/nlohmann/json/issues/1011)
614
- - Enable forward declaration of json by making json a class instead of a using declaration [\#997](https://github.com/nlohmann/json/issues/997)
615
- - compilation error while using intel c++ compiler 2018 [\#994](https://github.com/nlohmann/json/issues/994)
616
- - How to create a json variable? [\#990](https://github.com/nlohmann/json/issues/990)
617
- - istream \>\> json --- 1st character skipped in stream [\#976](https://github.com/nlohmann/json/issues/976)
618
- - Add a SAX parser [\#971](https://github.com/nlohmann/json/issues/971)
619
- - Add Key name to Exception [\#932](https://github.com/nlohmann/json/issues/932)
620
- - How to solve large json file? [\#927](https://github.com/nlohmann/json/issues/927)
621
- - json\_pointer public push\_back, pop\_back [\#837](https://github.com/nlohmann/json/issues/837)
622
- - Using input\_adapter in a slightly unexpected way [\#834](https://github.com/nlohmann/json/issues/834)
623
- - Stack-overflow \(OSS-Fuzz 4234\) [\#832](https://github.com/nlohmann/json/issues/832)
624
-
625
- - Fix -Wno-sometimes-uninitialized by initializing "result" in parse\_sax [\#1200](https://github.com/nlohmann/json/pull/1200) ([thyu](https://github.com/thyu))
626
- - \[RFC\] Introduce a new macro function: JSON\_INTERNAL\_CATCH [\#1187](https://github.com/nlohmann/json/pull/1187) ([simnalamburt](https://github.com/simnalamburt))
627
- - Fix unit tests that were silently skipped or crashed \(depending on the compiler\) [\#1176](https://github.com/nlohmann/json/pull/1176) ([grembo](https://github.com/grembo))
628
- - Refactor/no virtual sax [\#1153](https://github.com/nlohmann/json/pull/1153) ([theodelrieu](https://github.com/theodelrieu))
629
- - Fixed compiler error in VS 2015 for debug mode [\#1151](https://github.com/nlohmann/json/pull/1151) ([sonulohani](https://github.com/sonulohani))
630
- - Fix links to cppreference named requirements \(formerly concepts\) [\#1144](https://github.com/nlohmann/json/pull/1144) ([jrakow](https://github.com/jrakow))
631
- - meson: fix include directory [\#1142](https://github.com/nlohmann/json/pull/1142) ([jrakow](https://github.com/jrakow))
632
- - Feature/unordered map conversion [\#1138](https://github.com/nlohmann/json/pull/1138) ([theodelrieu](https://github.com/theodelrieu))
633
- - fixed compile error for \#1045 [\#1134](https://github.com/nlohmann/json/pull/1134) ([Daniel599](https://github.com/Daniel599))
634
- - test \(non\)equality for alt\_string implementation [\#1130](https://github.com/nlohmann/json/pull/1130) ([agrianius](https://github.com/agrianius))
635
- - remove stringstream dependency [\#1117](https://github.com/nlohmann/json/pull/1117) ([TinyTinni](https://github.com/TinyTinni))
636
- - Provide a from\_json overload for std::map [\#1089](https://github.com/nlohmann/json/pull/1089) ([theodelrieu](https://github.com/theodelrieu))
637
- - fix typo in README [\#1078](https://github.com/nlohmann/json/pull/1078) ([martin-mfg](https://github.com/martin-mfg))
638
- - Fix typo [\#1058](https://github.com/nlohmann/json/pull/1058) ([dns13](https://github.com/dns13))
639
- - Misc cmake packaging enhancements [\#1048](https://github.com/nlohmann/json/pull/1048) ([chuckatkins](https://github.com/chuckatkins))
640
- - Fixed incorrect LLVM version number in README [\#1047](https://github.com/nlohmann/json/pull/1047) ([jammehcow](https://github.com/jammehcow))
641
- - Fix trivial typo in comment. [\#1043](https://github.com/nlohmann/json/pull/1043) ([coryan](https://github.com/coryan))
642
- - Package Manager: Spack [\#1041](https://github.com/nlohmann/json/pull/1041) ([ax3l](https://github.com/ax3l))
643
- - CMake: 3.8+ is Sufficient [\#1040](https://github.com/nlohmann/json/pull/1040) ([ax3l](https://github.com/ax3l))
644
- - Added support for string\_view in C++17 [\#1028](https://github.com/nlohmann/json/pull/1028) ([gracicot](https://github.com/gracicot))
645
- - Added public target\_compile\_features for auto and constexpr [\#1026](https://github.com/nlohmann/json/pull/1026) ([ktonon](https://github.com/ktonon))
646
-
647
- ## [v3.1.2](https://github.com/nlohmann/json/releases/tag/v3.1.2) (2018-03-14)
648
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.1...v3.1.2)
649
-
650
- - STL containers are always serialized to a nested array like \[\[1,2,3\]\] [\#1013](https://github.com/nlohmann/json/issues/1013)
651
- - The library doesn't want to insert an unordered\_map [\#1010](https://github.com/nlohmann/json/issues/1010)
652
- - Convert Json to uint8\_t [\#1008](https://github.com/nlohmann/json/issues/1008)
653
- - How to compare two JSON objects? [\#1007](https://github.com/nlohmann/json/issues/1007)
654
- - Syntax checking [\#1003](https://github.com/nlohmann/json/issues/1003)
655
- - more than one operator '=' matches these operands [\#1002](https://github.com/nlohmann/json/issues/1002)
656
- - How to check if key existed [\#1000](https://github.com/nlohmann/json/issues/1000)
657
- - nlohmann::json::parse exhaust memory in go binding [\#999](https://github.com/nlohmann/json/issues/999)
658
- - Range-based iteration over a non-array object [\#998](https://github.com/nlohmann/json/issues/998)
659
- - get\<T\> for types that are not default constructible [\#996](https://github.com/nlohmann/json/issues/996)
660
- - Prevent Null values to appear in .dump\(\) [\#995](https://github.com/nlohmann/json/issues/995)
661
- - number parsing [\#993](https://github.com/nlohmann/json/issues/993)
662
- - C2664 \(C++/CLR\) cannot convert 'nullptr' to 'nullptr &&' [\#987](https://github.com/nlohmann/json/issues/987)
663
- - Uniform initialization from another json object differs between gcc and clang. [\#985](https://github.com/nlohmann/json/issues/985)
664
- - Problem with adding the lib as a submodule [\#983](https://github.com/nlohmann/json/issues/983)
665
- - UTF-8/Unicode error [\#982](https://github.com/nlohmann/json/issues/982)
666
- - "forcing MSVC stacktrace to show which T we're talking about." error [\#980](https://github.com/nlohmann/json/issues/980)
667
- - reverse order of serialization [\#979](https://github.com/nlohmann/json/issues/979)
668
- - Assigning between different json types [\#977](https://github.com/nlohmann/json/issues/977)
669
- - Support serialisation of `unique\_ptr\<\>` and `shared\_ptr\<\>` [\#975](https://github.com/nlohmann/json/issues/975)
670
- - Unexpected end of input \(not same as one before\) [\#974](https://github.com/nlohmann/json/issues/974)
671
- - Segfault on direct initializing json object [\#973](https://github.com/nlohmann/json/issues/973)
672
- - Segmentation fault on G++ when trying to assign json string literal to custom json type. [\#972](https://github.com/nlohmann/json/issues/972)
673
- - os\_defines.h:44:19: error: missing binary operator before token "\(" [\#970](https://github.com/nlohmann/json/issues/970)
674
- - Passing an iteration object by reference to a function [\#967](https://github.com/nlohmann/json/issues/967)
675
- - Json and fmt::lib's format\_arg\(\) [\#964](https://github.com/nlohmann/json/issues/964)
676
-
677
- - Allowing for user-defined string type in lexer/parser [\#1009](https://github.com/nlohmann/json/pull/1009) ([nlohmann](https://github.com/nlohmann))
678
- - dump to alternative string type, as defined in basic\_json template [\#1006](https://github.com/nlohmann/json/pull/1006) ([agrianius](https://github.com/agrianius))
679
- - Fix memory leak during parser callback [\#1001](https://github.com/nlohmann/json/pull/1001) ([nlohmann](https://github.com/nlohmann))
680
- - fixed misprinted condition detected by PVS Studio. [\#992](https://github.com/nlohmann/json/pull/992) ([bogemic](https://github.com/bogemic))
681
- - Fix/basic json conversion [\#986](https://github.com/nlohmann/json/pull/986) ([theodelrieu](https://github.com/theodelrieu))
682
- - Make integration section concise [\#981](https://github.com/nlohmann/json/pull/981) ([wla80](https://github.com/wla80))
683
-
684
- ## [v3.1.1](https://github.com/nlohmann/json/releases/tag/v3.1.1) (2018-02-13)
685
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.1.0...v3.1.1)
686
-
687
- - Updation of child object isn't reflected in parent Object [\#968](https://github.com/nlohmann/json/issues/968)
688
- - How to add user defined C++ path to sublime text [\#966](https://github.com/nlohmann/json/issues/966)
689
- - fast number parsing [\#965](https://github.com/nlohmann/json/issues/965)
690
- - With non-unique keys, later stored entries are not taken into account anymore [\#963](https://github.com/nlohmann/json/issues/963)
691
- - Timeout \(OSS-Fuzz 6034\) [\#962](https://github.com/nlohmann/json/issues/962)
692
- - Incorrect parsing of indefinite length CBOR strings. [\#961](https://github.com/nlohmann/json/issues/961)
693
- - Reload a json file at runtime without emptying my std::ifstream [\#959](https://github.com/nlohmann/json/issues/959)
694
- - Split headers should be part of the release [\#956](https://github.com/nlohmann/json/issues/956)
695
- - Coveralls shows no coverage data [\#953](https://github.com/nlohmann/json/issues/953)
696
- - Feature request: Implicit conversion to bool [\#951](https://github.com/nlohmann/json/issues/951)
697
- - converting json to vector of type with templated constructor [\#924](https://github.com/nlohmann/json/issues/924)
698
- - No structured bindings support? [\#901](https://github.com/nlohmann/json/issues/901)
699
- - \[Request\] Macro generating from\_json\(\) and to\_json\(\) [\#895](https://github.com/nlohmann/json/issues/895)
700
- - basic\_json::value throws exception instead of returning default value [\#871](https://github.com/nlohmann/json/issues/871)
701
-
702
- - Fix constraints on from\_json\(CompatibleArrayType\) [\#969](https://github.com/nlohmann/json/pull/969) ([theodelrieu](https://github.com/theodelrieu))
703
- - Make coveralls watch the include folder [\#957](https://github.com/nlohmann/json/pull/957) ([theodelrieu](https://github.com/theodelrieu))
704
- - Fix links in README.md [\#955](https://github.com/nlohmann/json/pull/955) ([patrikhuber](https://github.com/patrikhuber))
705
- - Add a note about installing the library with cget [\#954](https://github.com/nlohmann/json/pull/954) ([pfultz2](https://github.com/pfultz2))
706
-
707
- ## [v3.1.0](https://github.com/nlohmann/json/releases/tag/v3.1.0) (2018-02-01)
708
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.0.1...v3.1.0)
709
-
710
- - Order of the elements in JSON object [\#952](https://github.com/nlohmann/json/issues/952)
711
- - I have a proposal [\#949](https://github.com/nlohmann/json/issues/949)
712
- - VERSION define\(s\) [\#948](https://github.com/nlohmann/json/issues/948)
713
- - v3.0.1 compile error in icc 16.0.4 [\#947](https://github.com/nlohmann/json/issues/947)
714
- - Use in VS2017 15.5.5 [\#946](https://github.com/nlohmann/json/issues/946)
715
- - Process for reporting Security Bugs? [\#945](https://github.com/nlohmann/json/issues/945)
716
- - Please expose a NLOHMANN\_JSON\_VERSION macro [\#943](https://github.com/nlohmann/json/issues/943)
717
- - Change header include directory to nlohmann/json [\#942](https://github.com/nlohmann/json/issues/942)
718
- - string\_type in binary\_reader [\#941](https://github.com/nlohmann/json/issues/941)
719
- - compile error with clang 5.0 -std=c++1z and no string\_view [\#939](https://github.com/nlohmann/json/issues/939)
720
- - Allow overriding JSON\_THROW to something else than abort\(\) [\#938](https://github.com/nlohmann/json/issues/938)
721
- - Handle invalid string in Json file [\#937](https://github.com/nlohmann/json/issues/937)
722
- - Unused variable 'kMinExp' [\#935](https://github.com/nlohmann/json/issues/935)
723
- - yytext is already defined [\#933](https://github.com/nlohmann/json/issues/933)
724
- - Equality operator fails [\#931](https://github.com/nlohmann/json/issues/931)
725
- - use in visual studio 2015 [\#929](https://github.com/nlohmann/json/issues/929)
726
- - Relative includes of json\_fwd.hpp in detail/meta.hpp. \[Develop branch\] [\#928](https://github.com/nlohmann/json/issues/928)
727
- - GCC 7.x issue [\#926](https://github.com/nlohmann/json/issues/926)
728
- - json\_fwd.hpp not installed [\#923](https://github.com/nlohmann/json/issues/923)
729
- - Use Google Benchmarks [\#921](https://github.com/nlohmann/json/issues/921)
730
- - Move class json\_pointer to separate file [\#920](https://github.com/nlohmann/json/issues/920)
731
- - Unable to locate 'to\_json\(\)' and 'from\_json\(\)' methods in the same namespace [\#917](https://github.com/nlohmann/json/issues/917)
732
- - \[answered\]Read key1 from .value example [\#914](https://github.com/nlohmann/json/issues/914)
733
- - Don't use `define private public` in test files [\#913](https://github.com/nlohmann/json/issues/913)
734
- - value\(\) template argument type deduction [\#912](https://github.com/nlohmann/json/issues/912)
735
- - Installation path is incorrect [\#910](https://github.com/nlohmann/json/issues/910)
736
- - H [\#909](https://github.com/nlohmann/json/issues/909)
737
- - Build failure using clang 5 [\#908](https://github.com/nlohmann/json/issues/908)
738
- - Amalgate [\#907](https://github.com/nlohmann/json/issues/907)
739
- - Update documentation and tests wrt. split headers [\#906](https://github.com/nlohmann/json/issues/906)
740
- - Lib not working on ubuntu 16.04 [\#905](https://github.com/nlohmann/json/issues/905)
741
- - Problem when writing to file. [\#904](https://github.com/nlohmann/json/issues/904)
742
- - C2864 error when compiling with VS2015 and VS 2017 [\#903](https://github.com/nlohmann/json/issues/903)
743
- - \[json.exception.type\_error.304\] cannot use at\(\) with object [\#902](https://github.com/nlohmann/json/issues/902)
744
- - How do I forward nlohmann::json declaration? [\#899](https://github.com/nlohmann/json/issues/899)
745
- - How to effectively store binary data? [\#898](https://github.com/nlohmann/json/issues/898)
746
- - How to get the length of a JSON string without retrieving its std::string? [\#897](https://github.com/nlohmann/json/issues/897)
747
- - Regression Tests Failure using "ctest" [\#887](https://github.com/nlohmann/json/issues/887)
748
- - Discuss: add JSON Merge Patch \(RFC 7396\)? [\#877](https://github.com/nlohmann/json/issues/877)
749
- - Discuss: replace static "iterator\_wrapper" function with "items" member function [\#874](https://github.com/nlohmann/json/issues/874)
750
- - Make optional user-data available in from\_json [\#864](https://github.com/nlohmann/json/issues/864)
751
- - Casting to std::string not working in VS2015 [\#861](https://github.com/nlohmann/json/issues/861)
752
- - Sequential reading of JSON arrays [\#851](https://github.com/nlohmann/json/issues/851)
753
- - Idea: Handle Multimaps Better [\#816](https://github.com/nlohmann/json/issues/816)
754
- - Floating point rounding [\#777](https://github.com/nlohmann/json/issues/777)
755
- - Loss of precision when serializing \<double\> [\#360](https://github.com/nlohmann/json/issues/360)
756
-
757
- - Templatize std::string in binary\_reader \#941 [\#950](https://github.com/nlohmann/json/pull/950) ([kaidokert](https://github.com/kaidokert))
758
- - fix cmake install directory \(for real this time\) [\#944](https://github.com/nlohmann/json/pull/944) ([theodelrieu](https://github.com/theodelrieu))
759
- - Allow overriding THROW/CATCH/TRY macros with no-exceptions \#938 [\#940](https://github.com/nlohmann/json/pull/940) ([kaidokert](https://github.com/kaidokert))
760
- - Removed compiler warning about unused variable 'kMinExp' [\#936](https://github.com/nlohmann/json/pull/936) ([zerodefect](https://github.com/zerodefect))
761
- - Fix a typo in README.md [\#930](https://github.com/nlohmann/json/pull/930) ([Pipeliner](https://github.com/Pipeliner))
762
- - Howto installation of json\_fwd.hpp \(fixes \#923\) [\#925](https://github.com/nlohmann/json/pull/925) ([zerodefect](https://github.com/zerodefect))
763
- - fix sfinae on basic\_json UDT constructor [\#919](https://github.com/nlohmann/json/pull/919) ([theodelrieu](https://github.com/theodelrieu))
764
- - Floating-point formatting [\#915](https://github.com/nlohmann/json/pull/915) ([abolz](https://github.com/abolz))
765
- - Fix/cmake install [\#911](https://github.com/nlohmann/json/pull/911) ([theodelrieu](https://github.com/theodelrieu))
766
- - fix link to the documentation of the emplace function [\#900](https://github.com/nlohmann/json/pull/900) ([Dobiasd](https://github.com/Dobiasd))
767
- - JSON Merge Patch \(RFC 7396\) [\#876](https://github.com/nlohmann/json/pull/876) ([nlohmann](https://github.com/nlohmann))
768
- - Refactor/split it [\#700](https://github.com/nlohmann/json/pull/700) ([theodelrieu](https://github.com/theodelrieu))
769
-
770
- ## [v3.0.1](https://github.com/nlohmann/json/releases/tag/v3.0.1) (2017-12-29)
771
- [Full Changelog](https://github.com/nlohmann/json/compare/v3.0.0...v3.0.1)
772
-
773
- - Problem parsing array to global vector [\#896](https://github.com/nlohmann/json/issues/896)
774
- - Invalid RFC6902 copy operation succeeds [\#894](https://github.com/nlohmann/json/issues/894)
775
- - How to rename a key during looping? [\#893](https://github.com/nlohmann/json/issues/893)
776
- - clang++-6.0 \(6.0.0-svn321357-1\) warning [\#892](https://github.com/nlohmann/json/issues/892)
777
- - Make json.hpp aware of the modules TS? [\#891](https://github.com/nlohmann/json/issues/891)
778
- - All enum values not handled in switch cases. \( -Wswitch-enum \) [\#889](https://github.com/nlohmann/json/issues/889)
779
- - JSON Pointer resolve failure resulting in incorrect exception code [\#888](https://github.com/nlohmann/json/issues/888)
780
- - Unexpected nested arrays from std::vector [\#886](https://github.com/nlohmann/json/issues/886)
781
- - erase multiple elements from a json object [\#884](https://github.com/nlohmann/json/issues/884)
782
- - Container function overview in Doxygen is not updated [\#883](https://github.com/nlohmann/json/issues/883)
783
- - How to use this for binary file uploads [\#881](https://github.com/nlohmann/json/issues/881)
784
- - Allow setting JSON\_BuildTests=OFF from parent CMakeLists.txt [\#846](https://github.com/nlohmann/json/issues/846)
785
- - Unit test fails for local-independent str-to-num [\#845](https://github.com/nlohmann/json/issues/845)
786
- - Another idea about type support [\#774](https://github.com/nlohmann/json/issues/774)
787
-
788
- - Includes CTest module/adds BUILD\_TESTING option [\#885](https://github.com/nlohmann/json/pull/885) ([TinyTinni](https://github.com/TinyTinni))
789
- - Fix MSVC warning C4819 [\#882](https://github.com/nlohmann/json/pull/882) ([erengy](https://github.com/erengy))
790
- - Merge branch 'develop' into coverity\_scan [\#880](https://github.com/nlohmann/json/pull/880) ([nlohmann](https://github.com/nlohmann))
791
- - :wrench: Fix up a few more effc++ items [\#858](https://github.com/nlohmann/json/pull/858) ([mattismyname](https://github.com/mattismyname))
792
-
793
- ## [v3.0.0](https://github.com/nlohmann/json/releases/tag/v3.0.0) (2017-12-17)
794
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.1.1...v3.0.0)
795
-
796
- - unicode strings [\#878](https://github.com/nlohmann/json/issues/878)
797
- - Visual Studio 2017 15.5 C++17 std::allocator deprecations [\#872](https://github.com/nlohmann/json/issues/872)
798
- - Typo "excpetion" [\#869](https://github.com/nlohmann/json/issues/869)
799
- - Explicit array example in README.md incorrect [\#867](https://github.com/nlohmann/json/issues/867)
800
- - why don't you release this from Feb. ? [\#865](https://github.com/nlohmann/json/issues/865)
801
- - json::parse throws std::invalid\_argument when processing string generated by json::dump\(\) [\#863](https://github.com/nlohmann/json/issues/863)
802
- - code analysis: potential bug? [\#859](https://github.com/nlohmann/json/issues/859)
803
- - MSVC2017, 15.5 new issues. [\#857](https://github.com/nlohmann/json/issues/857)
804
- - very basic: fetching string value/content without quotes [\#853](https://github.com/nlohmann/json/issues/853)
805
- - Ambiguous function call to get with pointer type and constant json object in VS2015 \(15.4.4\) [\#852](https://github.com/nlohmann/json/issues/852)
806
- - How to put object in the array as a member? [\#850](https://github.com/nlohmann/json/issues/850)
807
- - misclick, please ignore [\#849](https://github.com/nlohmann/json/issues/849)
808
- - Make XML great again. [\#847](https://github.com/nlohmann/json/issues/847)
809
- - Converting to array not working [\#843](https://github.com/nlohmann/json/issues/843)
810
- - Iteration weirdness [\#842](https://github.com/nlohmann/json/issues/842)
811
- - Use reference or pointer as Object value [\#841](https://github.com/nlohmann/json/issues/841)
812
- - Ambiguity in parsing nested maps [\#840](https://github.com/nlohmann/json/issues/840)
813
- - could not find from\_json\(\) method in T's namespace [\#839](https://github.com/nlohmann/json/issues/839)
814
- - Incorrect parse error with binary data in keys? [\#838](https://github.com/nlohmann/json/issues/838)
815
- - using dump\(\) when std::wstring is StringType with VS2017 [\#836](https://github.com/nlohmann/json/issues/836)
816
- - Show the path of the currently parsed value when an error occurs [\#835](https://github.com/nlohmann/json/issues/835)
817
- - Repetitive data type while reading [\#833](https://github.com/nlohmann/json/issues/833)
818
- - Storing multiple types inside map [\#831](https://github.com/nlohmann/json/issues/831)
819
- - Application terminating [\#830](https://github.com/nlohmann/json/issues/830)
820
- - Missing CMake hunter package? [\#828](https://github.com/nlohmann/json/issues/828)
821
- - std::map\<std::string, std::string\> from json object yields C2665: 'std::pair\<const \_Kty,\_Ty\>::pair': none of the 2 overloads could convert all the argument types [\#827](https://github.com/nlohmann/json/issues/827)
822
- - object.dump gives quoted string, want to use .dump\(\) to generate javascripts. [\#826](https://github.com/nlohmann/json/issues/826)
823
- - Assertion failed on \["NoExistKey"\] of an not existing key of const json& [\#825](https://github.com/nlohmann/json/issues/825)
824
- - vs2015 error : static member will remain uninitialized at runtime but use in constant-expressions is supported [\#824](https://github.com/nlohmann/json/issues/824)
825
- - Code Checking Warnings from json.hpp on VS2017 Community [\#821](https://github.com/nlohmann/json/issues/821)
826
- - Missing iostream in try online [\#820](https://github.com/nlohmann/json/issues/820)
827
- - Floating point value loses decimal point during dump [\#818](https://github.com/nlohmann/json/issues/818)
828
- - Conan package for the library [\#817](https://github.com/nlohmann/json/issues/817)
829
- - stream error [\#815](https://github.com/nlohmann/json/issues/815)
830
- - Link error when using find\(\) on the latest commit [\#814](https://github.com/nlohmann/json/issues/814)
831
- - ABI issue with json object between 2 shared libraries [\#813](https://github.com/nlohmann/json/issues/813)
832
- - scan\_string\(\) return token\_type::parse\_error; when parse ansi file [\#812](https://github.com/nlohmann/json/issues/812)
833
- - segfault when using fifo\_map with json [\#810](https://github.com/nlohmann/json/issues/810)
834
- - This shit is shit [\#809](https://github.com/nlohmann/json/issues/809)
835
- - \_finite and \_isnan are no members of "std" [\#808](https://github.com/nlohmann/json/issues/808)
836
- - how to print out the line which causing exception? [\#806](https://github.com/nlohmann/json/issues/806)
837
- - {} uses copy constructor, while = does not [\#805](https://github.com/nlohmann/json/issues/805)
838
- - json.hpp:8955: multiple definition of function that is not defined twice or more. [\#804](https://github.com/nlohmann/json/issues/804)
839
- - \[question\] to\_json for base and derived class [\#803](https://github.com/nlohmann/json/issues/803)
840
- - Misleading error message - unexpected '"' - on incorrect utf-8 symbol [\#802](https://github.com/nlohmann/json/issues/802)
841
- - json data = std::string\_view\("hi"\); doesn't work? [\#801](https://github.com/nlohmann/json/issues/801)
842
- - Thread safety of parse\(\) [\#800](https://github.com/nlohmann/json/issues/800)
843
- - Numbers as strings [\#799](https://github.com/nlohmann/json/issues/799)
844
- - Tests failing on arm [\#797](https://github.com/nlohmann/json/issues/797)
845
- - Using your library \(without modification\) in another library [\#796](https://github.com/nlohmann/json/issues/796)
846
- - Iterating over sub-object [\#794](https://github.com/nlohmann/json/issues/794)
847
- - how to get the json object again from which printed by the method of dump\(\) [\#792](https://github.com/nlohmann/json/issues/792)
848
- - ppa to include source [\#791](https://github.com/nlohmann/json/issues/791)
849
- - Different include paths in macOS and Ubuntu [\#790](https://github.com/nlohmann/json/issues/790)
850
- - Missing break after line 12886 in switch/case [\#789](https://github.com/nlohmann/json/issues/789)
851
- - All unit tests fail? [\#787](https://github.com/nlohmann/json/issues/787)
852
- - More use of move semantics in deserialization [\#786](https://github.com/nlohmann/json/issues/786)
853
- - warning C4706 - Visual Studio 2017 \(/W4\) [\#784](https://github.com/nlohmann/json/issues/784)
854
- - Compile error in clang 5.0 [\#782](https://github.com/nlohmann/json/issues/782)
855
- - Error Installing appium\_lib with Ruby v2.4.2 Due to JSON [\#781](https://github.com/nlohmann/json/issues/781)
856
- - ::get\<int\>\(\) fails in new\(er\) release \[MSVC\] [\#780](https://github.com/nlohmann/json/issues/780)
857
- - Type Conversion [\#779](https://github.com/nlohmann/json/issues/779)
858
- - Segfault on nested parsing [\#778](https://github.com/nlohmann/json/issues/778)
859
- - Build warnings: shadowing exception id [\#776](https://github.com/nlohmann/json/issues/776)
860
- - multi-level JSON support. [\#775](https://github.com/nlohmann/json/issues/775)
861
- - SIGABRT on dump\(\) [\#773](https://github.com/nlohmann/json/issues/773)
862
- - \[Question\] Custom StringType template parameter \(possibility for a KeyType template parameter\) [\#772](https://github.com/nlohmann/json/issues/772)
863
- - constexpr ALL the Things! [\#771](https://github.com/nlohmann/json/issues/771)
864
- - error: ‘BasicJsonType’ in namespace ‘::’ does not name a type [\#770](https://github.com/nlohmann/json/issues/770)
865
- - Program calls abort function [\#769](https://github.com/nlohmann/json/issues/769)
866
- - \[Question\] Floating point resolution config during dump\(\) ? [\#768](https://github.com/nlohmann/json/issues/768)
867
- - make check - no test ran [\#767](https://github.com/nlohmann/json/issues/767)
868
- - The library cannot work properly with custom allocator based containers [\#766](https://github.com/nlohmann/json/issues/766)
869
- - Documentation or feature request. [\#763](https://github.com/nlohmann/json/issues/763)
870
- - warnings in msvc about mix/max macro while windows.h is used in the project [\#762](https://github.com/nlohmann/json/issues/762)
871
- - std::signbit ambiguous [\#761](https://github.com/nlohmann/json/issues/761)
872
- - How to use value for std::experimental::optional type? [\#760](https://github.com/nlohmann/json/issues/760)
873
- - Cannot load json file properly [\#759](https://github.com/nlohmann/json/issues/759)
874
- - Compilation error with unordered\_map\< int, int \> [\#758](https://github.com/nlohmann/json/issues/758)
875
- - CBOR string [\#757](https://github.com/nlohmann/json/issues/757)
876
- - Proposal: out\_of\_range should be a subclass of std::out\_of\_range [\#756](https://github.com/nlohmann/json/issues/756)
877
- - Compiling with icpc [\#755](https://github.com/nlohmann/json/issues/755)
878
- - Getter is setting the value to null if the key does not exist [\#754](https://github.com/nlohmann/json/issues/754)
879
- - parsing works sometimes and crashes others [\#752](https://github.com/nlohmann/json/issues/752)
880
- - Static\_assert failed "incompatible pointer type" with Xcode [\#751](https://github.com/nlohmann/json/issues/751)
881
- - user-defined literal operator not found [\#750](https://github.com/nlohmann/json/issues/750)
882
- - getting clean string from it.key\(\) [\#748](https://github.com/nlohmann/json/issues/748)
883
- - Best method for exploring and obtaining values of nested json objects when the names are not known beforehand? [\#747](https://github.com/nlohmann/json/issues/747)
884
- - null char at the end of string [\#746](https://github.com/nlohmann/json/issues/746)
885
- - Incorrect sample for operator \>\> in docs [\#745](https://github.com/nlohmann/json/issues/745)
886
- - User-friendly documentation [\#744](https://github.com/nlohmann/json/issues/744)
887
- - Retrieve all values that match a json path [\#743](https://github.com/nlohmann/json/issues/743)
888
- - Compilation issue with gcc 7.2 [\#742](https://github.com/nlohmann/json/issues/742)
889
- - CMake target nlohmann\_json does not have src into its interface includes [\#741](https://github.com/nlohmann/json/issues/741)
890
- - Error when serializing empty json: type must be string, but is object [\#740](https://github.com/nlohmann/json/issues/740)
891
- - Conversion error for std::map\<int, std::string\> [\#739](https://github.com/nlohmann/json/issues/739)
892
- - Dumping Json to file as array [\#738](https://github.com/nlohmann/json/issues/738)
893
- - nesting json objects [\#737](https://github.com/nlohmann/json/issues/737)
894
- - where to find general help? [\#736](https://github.com/nlohmann/json/issues/736)
895
- - Compilation Error on Clang 5.0 Upgrade [\#735](https://github.com/nlohmann/json/issues/735)
896
- - Compilation error with std::map\<std::string, std::string\> on vs 2015 [\#734](https://github.com/nlohmann/json/issues/734)
897
- - Benchmarks for Binary formats [\#733](https://github.com/nlohmann/json/issues/733)
898
- - Move test blobs to a submodule? [\#732](https://github.com/nlohmann/json/issues/732)
899
- - Support \n symbols in json string. [\#731](https://github.com/nlohmann/json/issues/731)
900
- - Project's name is too generic and hard to search for [\#730](https://github.com/nlohmann/json/issues/730)
901
- - Visual Studio 2015 IntelliTrace problems [\#729](https://github.com/nlohmann/json/issues/729)
902
- - How to erase nested objects inside other objects? [\#728](https://github.com/nlohmann/json/issues/728)
903
- - How to prevent alphabetical sorting of data? [\#727](https://github.com/nlohmann/json/issues/727)
904
- - Serialization for CBOR [\#726](https://github.com/nlohmann/json/issues/726)
905
- - Using json Object as value in a map [\#725](https://github.com/nlohmann/json/issues/725)
906
- - std::regex and nlohmann::json value [\#724](https://github.com/nlohmann/json/issues/724)
907
- - Warnings when compiling with VisualStudio 2015 [\#723](https://github.com/nlohmann/json/issues/723)
908
- - Has this lib the unicode \(wstring\) support? [\#722](https://github.com/nlohmann/json/issues/722)
909
- - When will be 3.0 in master? [\#721](https://github.com/nlohmann/json/issues/721)
910
- - Determine the type from error message. [\#720](https://github.com/nlohmann/json/issues/720)
911
- - Compile-Error C2100 \(MS VS2015\) in line 887 json.hpp [\#719](https://github.com/nlohmann/json/issues/719)
912
- - from\_json not working for boost::optional example [\#718](https://github.com/nlohmann/json/issues/718)
913
- - about from\_json and to\_json function [\#717](https://github.com/nlohmann/json/issues/717)
914
- - How to deserialize array with derived objects [\#716](https://github.com/nlohmann/json/issues/716)
915
- - How to detect parse failure? [\#715](https://github.com/nlohmann/json/issues/715)
916
- - Parse throw std::ios\_base::failure exception when failbit set to true [\#714](https://github.com/nlohmann/json/issues/714)
917
- - Is there a way of format just making a pretty print without changing the key's orders ? [\#713](https://github.com/nlohmann/json/issues/713)
918
- - Serialization of array of not same model items [\#712](https://github.com/nlohmann/json/issues/712)
919
- - pointer to json parse vector [\#711](https://github.com/nlohmann/json/issues/711)
920
- - Gtest SEH Exception [\#709](https://github.com/nlohmann/json/issues/709)
921
- - broken from\_json implementation for pair and tuple [\#707](https://github.com/nlohmann/json/issues/707)
922
- - Unevaluated lambda in assert breaks gcc 7 build [\#705](https://github.com/nlohmann/json/issues/705)
923
- - Issues when adding values to firebase database [\#704](https://github.com/nlohmann/json/issues/704)
924
- - Floating point equality - revisited [\#703](https://github.com/nlohmann/json/issues/703)
925
- - Conversion from valarray\<double\> to json fails to build [\#702](https://github.com/nlohmann/json/issues/702)
926
- - internal compiler error \(gcc7\) [\#701](https://github.com/nlohmann/json/issues/701)
927
- - One build system to rule them all [\#698](https://github.com/nlohmann/json/issues/698)
928
- - Generated nlohmann\_jsonConfig.cmake does not set JSON\_INCLUDE\_DIR [\#695](https://github.com/nlohmann/json/issues/695)
929
- - support the Chinese language in json string [\#694](https://github.com/nlohmann/json/issues/694)
930
- - NaN problem within develop branch [\#693](https://github.com/nlohmann/json/issues/693)
931
- - Please post example of specialization for boost::filesystem [\#692](https://github.com/nlohmann/json/issues/692)
932
- - Impossible to do an array of composite objects [\#691](https://github.com/nlohmann/json/issues/691)
933
- - How to save json to file? [\#690](https://github.com/nlohmann/json/issues/690)
934
- - my simple json parser [\#689](https://github.com/nlohmann/json/issues/689)
935
- - problem with new struct parsing syntax [\#688](https://github.com/nlohmann/json/issues/688)
936
- - Parse error while parse the json string contains UTF 8 encoded document bytes string [\#684](https://github.com/nlohmann/json/issues/684)
937
- - \[question\] how to get a string value by pointer [\#683](https://github.com/nlohmann/json/issues/683)
938
- - create json object from string variable [\#681](https://github.com/nlohmann/json/issues/681)
939
- - adl\_serializer and CRTP [\#680](https://github.com/nlohmann/json/issues/680)
940
- - Is there a way to control the precision of serialized floating point numbers? [\#677](https://github.com/nlohmann/json/issues/677)
941
- - Is there a way to get the path of a value? [\#676](https://github.com/nlohmann/json/issues/676)
942
- - Could the parser locate errors to line? [\#675](https://github.com/nlohmann/json/issues/675)
943
- - There is performance inefficiency found by coverity tool json2.1.1/include/nlohmann/json.hpp [\#673](https://github.com/nlohmann/json/issues/673)
944
- - include problem, when cmake on osx [\#672](https://github.com/nlohmann/json/issues/672)
945
- - Operator= ambiguous in C++1z and GCC 7.1.1 [\#670](https://github.com/nlohmann/json/issues/670)
946
- - should't the cmake install target be to nlohman/json.hpp [\#668](https://github.com/nlohmann/json/issues/668)
947
- - deserialise from `std::vector` [\#667](https://github.com/nlohmann/json/issues/667)
948
- - How to iterate? [\#665](https://github.com/nlohmann/json/issues/665)
949
- - could this json lib work on windows? [\#664](https://github.com/nlohmann/json/issues/664)
950
- - How does from\_json work? [\#662](https://github.com/nlohmann/json/issues/662)
951
- - insert\(or merge\) object should replace same key , not ignore [\#661](https://github.com/nlohmann/json/issues/661)
952
- - Why is an object ordering values by Alphabetical Order? [\#660](https://github.com/nlohmann/json/issues/660)
953
- - Parse method doesn't handle newlines. [\#659](https://github.com/nlohmann/json/issues/659)
954
- - Compilation "note" on GCC 6 ARM [\#658](https://github.com/nlohmann/json/issues/658)
955
- - Adding additional push\_back/operator+= rvalue overloads for JSON object [\#657](https://github.com/nlohmann/json/issues/657)
956
- - dump's parameter "ensure\_ascii" creates too long sequences [\#656](https://github.com/nlohmann/json/issues/656)
957
- - Question: parsing `void \*` [\#655](https://github.com/nlohmann/json/issues/655)
958
- - how should I check a string is valid JSON string ? [\#653](https://github.com/nlohmann/json/issues/653)
959
- - Question: thread safety of read only accesses [\#651](https://github.com/nlohmann/json/issues/651)
960
- - Eclipse: Method 'size' could not be resolved [\#649](https://github.com/nlohmann/json/issues/649)
961
- - Update/Add object fields [\#648](https://github.com/nlohmann/json/issues/648)
962
- - No exception raised for Out Of Range input of numbers [\#647](https://github.com/nlohmann/json/issues/647)
963
- - Package Name [\#646](https://github.com/nlohmann/json/issues/646)
964
- - What is the meaning of operator\[\]\(T\* key\) [\#645](https://github.com/nlohmann/json/issues/645)
965
- - Which is the correct way to json objects as parameters to functions? [\#644](https://github.com/nlohmann/json/issues/644)
966
- - Method to get string representations of values [\#642](https://github.com/nlohmann/json/issues/642)
967
- - CBOR serialization of a given JSON value does not serialize [\#641](https://github.com/nlohmann/json/issues/641)
968
- - Are we forced to use "-fexceptions" flag in android ndk project [\#640](https://github.com/nlohmann/json/issues/640)
969
- - Comparison of objects containing floats [\#639](https://github.com/nlohmann/json/issues/639)
970
- - 'localeconv' is not supported by NDK for SDK \<=20 [\#638](https://github.com/nlohmann/json/issues/638)
971
- - \[Question\] cLion integration [\#637](https://github.com/nlohmann/json/issues/637)
972
- - How to construct an iteratable usage in nlohmann json? [\#636](https://github.com/nlohmann/json/issues/636)
973
- - \[Question\] copy assign json-container to vector [\#635](https://github.com/nlohmann/json/issues/635)
974
- - Get size without .dump\(\) [\#634](https://github.com/nlohmann/json/issues/634)
975
- - Segmentation fault when parsing invalid json file [\#633](https://github.com/nlohmann/json/issues/633)
976
- - How to serialize from json to vector\<customType\>? [\#632](https://github.com/nlohmann/json/issues/632)
977
- - no member named 'thousands\_sep' in 'lconv' [\#631](https://github.com/nlohmann/json/issues/631)
978
- - \[Question\] Any fork for \(the unsupported\) Visual Studio 2012 version? [\#628](https://github.com/nlohmann/json/issues/628)
979
- - Dependency injection in serializer [\#627](https://github.com/nlohmann/json/issues/627)
980
- - from\_json for std::array [\#625](https://github.com/nlohmann/json/issues/625)
981
- - Discussion: How to structure the parsing function families [\#623](https://github.com/nlohmann/json/issues/623)
982
- - Question: How to erase subtree [\#622](https://github.com/nlohmann/json/issues/622)
983
- - Insertion into nested json field [\#621](https://github.com/nlohmann/json/issues/621)
984
- - \[Question\] When using this as git submodule, will it clone the whole thing include test data and benchmark? [\#620](https://github.com/nlohmann/json/issues/620)
985
- - Question: return static json object from function [\#618](https://github.com/nlohmann/json/issues/618)
986
- - icc16 error [\#617](https://github.com/nlohmann/json/issues/617)
987
- - \[-Wdeprecated-declarations\] in row `j \>\> ss;` in file `json.hpp:7405:26` and FAILED unit tests with MinGWx64! [\#616](https://github.com/nlohmann/json/issues/616)
988
- - to\_json for pairs, tuples [\#614](https://github.com/nlohmann/json/issues/614)
989
- - Using uninitialized memory 'buf' in line 11173 v2.1.1? [\#613](https://github.com/nlohmann/json/issues/613)
990
- - How to parse multiple same Keys of JSON and save them? [\#612](https://github.com/nlohmann/json/issues/612)
991
- - "Multiple declarations" error when using types defined with `typedef` [\#611](https://github.com/nlohmann/json/issues/611)
992
- - 2.1.1+ breaks compilation of shared\_ptr\<json\> == 0 [\#610](https://github.com/nlohmann/json/issues/610)
993
- - a bug of inheritance ? [\#608](https://github.com/nlohmann/json/issues/608)
994
- - std::map key conversion with to\_json [\#607](https://github.com/nlohmann/json/issues/607)
995
- - json.hpp:6384:62: error: wrong number of template arguments \(1, should be 2\) [\#606](https://github.com/nlohmann/json/issues/606)
996
- - Incremental parsing: Where's the push version? [\#605](https://github.com/nlohmann/json/issues/605)
997
- - Is there a way to validate the structure of a json object ? [\#604](https://github.com/nlohmann/json/issues/604)
998
- - \[Question\] Issue when using Appveyor when compiling library [\#603](https://github.com/nlohmann/json/issues/603)
999
- - BOM not skipped when using json:parse\(iterator\) [\#602](https://github.com/nlohmann/json/issues/602)
1000
- - Use of the binary type in CBOR and Message Pack [\#601](https://github.com/nlohmann/json/issues/601)
1001
- - Newbie issue: how does one convert a map in Json back to std::map? [\#600](https://github.com/nlohmann/json/issues/600)
1002
- - Plugin system [\#599](https://github.com/nlohmann/json/issues/599)
1003
- - Feature request: Comments [\#597](https://github.com/nlohmann/json/issues/597)
1004
- - Using custom types for scalars? [\#596](https://github.com/nlohmann/json/issues/596)
1005
- - Issues with the arithmetic in iterator and reverse iterator [\#593](https://github.com/nlohmann/json/issues/593)
1006
- - not enough examples [\#592](https://github.com/nlohmann/json/issues/592)
1007
- - in-class initialization for type 'const T' is not yet implemented [\#591](https://github.com/nlohmann/json/issues/591)
1008
- - compiling with gcc 7 -\> error on bool operator \< [\#590](https://github.com/nlohmann/json/issues/590)
1009
- - Parsing from stream leads to an array [\#589](https://github.com/nlohmann/json/issues/589)
1010
- - Buggy support for binary string data [\#587](https://github.com/nlohmann/json/issues/587)
1011
- - C++17's ambiguous conversion [\#586](https://github.com/nlohmann/json/issues/586)
1012
- - How does the messagepack encoding/decoding compare to msgpack-cpp in terms of performance? [\#585](https://github.com/nlohmann/json/issues/585)
1013
- - is it possible to check existence of a value deep in hierarchy? [\#584](https://github.com/nlohmann/json/issues/584)
1014
- - loading from a stream and exceptions [\#582](https://github.com/nlohmann/json/issues/582)
1015
- - Visual Studio seems not to have all min\(\) function versions [\#581](https://github.com/nlohmann/json/issues/581)
1016
- - Supporting of the json schema [\#580](https://github.com/nlohmann/json/issues/580)
1017
- - Stack-overflow \(OSS-Fuzz 1444\) [\#577](https://github.com/nlohmann/json/issues/577)
1018
- - Heap-buffer-overflow \(OSS-Fuzz 1400\) [\#575](https://github.com/nlohmann/json/issues/575)
1019
- - JSON escape quotes [\#574](https://github.com/nlohmann/json/issues/574)
1020
- - error: static\_assert failed [\#573](https://github.com/nlohmann/json/issues/573)
1021
- - Storing floats, and round trip serialisation/deserialisation diffs [\#572](https://github.com/nlohmann/json/issues/572)
1022
- - JSON.getLong produces inconsistent results [\#571](https://github.com/nlohmann/json/issues/571)
1023
- - Request: Object.at\(\) with default return value [\#570](https://github.com/nlohmann/json/issues/570)
1024
- - Internal structure gets corrupted while parsing [\#569](https://github.com/nlohmann/json/issues/569)
1025
- - create template \<typename Iter\> basic\_json from\_cbor\(Iter begin, Iter end\) [\#568](https://github.com/nlohmann/json/issues/568)
1026
- - Need to improve ignores.. [\#567](https://github.com/nlohmann/json/issues/567)
1027
- - Conan.io [\#566](https://github.com/nlohmann/json/issues/566)
1028
- - contradictory documentation regarding json::find [\#565](https://github.com/nlohmann/json/issues/565)
1029
- - Unexpected '\"' in middle of array [\#564](https://github.com/nlohmann/json/issues/564)
1030
- - Support parse std::pair to Json object [\#563](https://github.com/nlohmann/json/issues/563)
1031
- - json and Microsoft Visual c++ Compiler Nov 2012 CTP [\#562](https://github.com/nlohmann/json/issues/562)
1032
- - from\_json declaration order and exceptions [\#561](https://github.com/nlohmann/json/issues/561)
1033
- - Tip: Don't upgrade to VS2017 if using json initializer list constructs [\#559](https://github.com/nlohmann/json/issues/559)
1034
- - parse error - unexpected end of input [\#558](https://github.com/nlohmann/json/issues/558)
1035
- - Cant modify existing numbers inside a json object [\#557](https://github.com/nlohmann/json/issues/557)
1036
- - Minimal repository \(current size very large\) [\#556](https://github.com/nlohmann/json/issues/556)
1037
- - Better support for SAX style serialize and deserialize in new version? [\#554](https://github.com/nlohmann/json/issues/554)
1038
- - Cannot convert from json array to std::array [\#553](https://github.com/nlohmann/json/issues/553)
1039
- - Do not define an unnamed namespace in a header file \(DCL59-CPP\) [\#552](https://github.com/nlohmann/json/issues/552)
1040
- - Parse error on known good json file [\#551](https://github.com/nlohmann/json/issues/551)
1041
- - Warning on Intel compiler \(icc 17\) [\#550](https://github.com/nlohmann/json/issues/550)
1042
- - multiple versions of 'vsnprintf' [\#549](https://github.com/nlohmann/json/issues/549)
1043
- - illegal indirection [\#548](https://github.com/nlohmann/json/issues/548)
1044
- - Ambiguous compare operators with clang-5.0 [\#547](https://github.com/nlohmann/json/issues/547)
1045
- - Using tsl::ordered\_map [\#546](https://github.com/nlohmann/json/issues/546)
1046
- - Compiler support errors are inconvenient [\#544](https://github.com/nlohmann/json/issues/544)
1047
- - Head Elements Sorting [\#543](https://github.com/nlohmann/json/issues/543)
1048
- - Duplicate symbols error happens while to\_json/from\_json method implemented inside entity definition header file [\#542](https://github.com/nlohmann/json/issues/542)
1049
- - consider adding a bool json::is\_valid\(std::string const&\) non-member function [\#541](https://github.com/nlohmann/json/issues/541)
1050
- - Help request [\#539](https://github.com/nlohmann/json/issues/539)
1051
- - How to deal with missing keys in `from\_json`? [\#538](https://github.com/nlohmann/json/issues/538)
1052
- - recursive from\_msgpack implementation will stack overflow [\#537](https://github.com/nlohmann/json/issues/537)
1053
- - Exception objects must be nothrow copy constructible \(ERR60-CPP\) [\#531](https://github.com/nlohmann/json/issues/531)
1054
- - Support for multiple root elements [\#529](https://github.com/nlohmann/json/issues/529)
1055
- - Port has\_shape from dropbox/json11 [\#528](https://github.com/nlohmann/json/issues/528)
1056
- - dump\_float: truncation from ptrdiff\_t to long [\#527](https://github.com/nlohmann/json/issues/527)
1057
- - Make exception base class visible in basic\_json [\#525](https://github.com/nlohmann/json/issues/525)
1058
- - msgpack unit test failures on ppc64 arch [\#524](https://github.com/nlohmann/json/issues/524)
1059
- - How about split the implementation out, and only leave the interface? [\#523](https://github.com/nlohmann/json/issues/523)
1060
- - VC++2017 not enough actual parameters for macro 'max' [\#522](https://github.com/nlohmann/json/issues/522)
1061
- - crash on empty ifstream [\#521](https://github.com/nlohmann/json/issues/521)
1062
- - Suggestion: Support tabs for indentation when serializing to stream. [\#520](https://github.com/nlohmann/json/issues/520)
1063
- - Abrt in get\_number \(OSS-Fuzz 885\) [\#519](https://github.com/nlohmann/json/issues/519)
1064
- - Abrt on unknown address \(OSS-Fuzz 884\) [\#518](https://github.com/nlohmann/json/issues/518)
1065
- - Stack-overflow \(OSS-Fuzz 869\) [\#517](https://github.com/nlohmann/json/issues/517)
1066
- - Assertion error \(OSS-Fuzz 868\) [\#516](https://github.com/nlohmann/json/issues/516)
1067
- - NaN to json and back [\#515](https://github.com/nlohmann/json/issues/515)
1068
- - Comparison of NaN [\#514](https://github.com/nlohmann/json/issues/514)
1069
- - why it's not possible to serialize c++11 enums directly [\#513](https://github.com/nlohmann/json/issues/513)
1070
- - clang compile error: use of overloaded operator '\<=' is ambiguous with \(nlohmann::json{{"a", 5}}\)\["a"\] \<= 10 [\#512](https://github.com/nlohmann/json/issues/512)
1071
- - Why not also look inside the type for \(static\) to\_json and from\_json funtions? [\#511](https://github.com/nlohmann/json/issues/511)
1072
- - Parser issues [\#509](https://github.com/nlohmann/json/issues/509)
1073
- - I may not understand [\#507](https://github.com/nlohmann/json/issues/507)
1074
- - VS2017 min / max problem for 2.1.1 [\#506](https://github.com/nlohmann/json/issues/506)
1075
- - CBOR/MessagePack is not read until the end [\#505](https://github.com/nlohmann/json/issues/505)
1076
- - Assertion error \(OSS-Fuzz 856\) [\#504](https://github.com/nlohmann/json/issues/504)
1077
- - Return position in parse error exceptions [\#503](https://github.com/nlohmann/json/issues/503)
1078
- - conversion from/to C array is not supported [\#502](https://github.com/nlohmann/json/issues/502)
1079
- - error C2338: could not find to\_json\(\) method in T's namespace [\#501](https://github.com/nlohmann/json/issues/501)
1080
- - Test suite fails in en\_GB.UTF-8 [\#500](https://github.com/nlohmann/json/issues/500)
1081
- - cannot use operator\[\] with number [\#499](https://github.com/nlohmann/json/issues/499)
1082
- - consider using \_\_cpp\_exceptions and/or \_\_EXCEPTIONS to disable/enable exception support [\#498](https://github.com/nlohmann/json/issues/498)
1083
- - Stack-overflow \(OSS-Fuzz issue 814\) [\#497](https://github.com/nlohmann/json/issues/497)
1084
- - Using in Unreal Engine - handling custom types conversion [\#495](https://github.com/nlohmann/json/issues/495)
1085
- - Conversion from vector\<bool\> to json fails to build [\#494](https://github.com/nlohmann/json/issues/494)
1086
- - fill\_line\_buffer incorrectly tests m\_stream for eof but not fail or bad bits [\#493](https://github.com/nlohmann/json/issues/493)
1087
- - Compiling with \_GLIBCXX\_DEBUG yields iterator-comparison warnings during tests [\#492](https://github.com/nlohmann/json/issues/492)
1088
- - crapy interface [\#491](https://github.com/nlohmann/json/issues/491)
1089
- - Fix Visual Studo 2013 builds. [\#490](https://github.com/nlohmann/json/issues/490)
1090
- - Failed to compile with -D\_GLIBCXX\_PARALLEL [\#489](https://github.com/nlohmann/json/issues/489)
1091
- - Input several field with the same name [\#488](https://github.com/nlohmann/json/issues/488)
1092
- - read in .json file yields strange sizes [\#487](https://github.com/nlohmann/json/issues/487)
1093
- - json::value\_t can't be a map's key type in VC++ 2015 [\#486](https://github.com/nlohmann/json/issues/486)
1094
- - Using fifo\_map [\#485](https://github.com/nlohmann/json/issues/485)
1095
- - Cannot get float pointer for value stored as `0` [\#484](https://github.com/nlohmann/json/issues/484)
1096
- - byte string support [\#483](https://github.com/nlohmann/json/issues/483)
1097
- - For a header-only library you have to clone 214MB [\#482](https://github.com/nlohmann/json/issues/482)
1098
- - https://github.com/nlohmann/json\#execute-unit-tests [\#481](https://github.com/nlohmann/json/issues/481)
1099
- - Remove deprecated constructor basic\_json\(std::istream&\) [\#480](https://github.com/nlohmann/json/issues/480)
1100
- - writing the binary json file? [\#479](https://github.com/nlohmann/json/issues/479)
1101
- - CBOR/MessagePack from uint8\_t \* and size [\#478](https://github.com/nlohmann/json/issues/478)
1102
- - Streaming binary representations [\#477](https://github.com/nlohmann/json/issues/477)
1103
- - Reuse memory in to\_cbor and to\_msgpack functions [\#476](https://github.com/nlohmann/json/issues/476)
1104
- - Error Using JSON Library with arrays C++ [\#475](https://github.com/nlohmann/json/issues/475)
1105
- - Moving forward to version 3.0.0 [\#474](https://github.com/nlohmann/json/issues/474)
1106
- - Inconsistent behavior in conversion to array type [\#473](https://github.com/nlohmann/json/issues/473)
1107
- - Create a \[key:member\_pointer\] map to ease parsing custom types [\#471](https://github.com/nlohmann/json/issues/471)
1108
- - MSVC 2015 update 2 [\#469](https://github.com/nlohmann/json/issues/469)
1109
- - VS2017 implicit to std::string conversion fix. [\#464](https://github.com/nlohmann/json/issues/464)
1110
- - How to make sure a string or string literal is a valid JSON? [\#458](https://github.com/nlohmann/json/issues/458)
1111
- - basic\_json templated on a "policy" class [\#456](https://github.com/nlohmann/json/issues/456)
1112
- - json::value\(const json\_pointer&, ValueType\) requires exceptions to return the default value. [\#440](https://github.com/nlohmann/json/issues/440)
1113
- - is it possible merge two json object [\#428](https://github.com/nlohmann/json/issues/428)
1114
- - Is it possible to turn this into a shared library? [\#420](https://github.com/nlohmann/json/issues/420)
1115
- - Further thoughts on performance improvements [\#418](https://github.com/nlohmann/json/issues/418)
1116
- - nan number stored as null [\#388](https://github.com/nlohmann/json/issues/388)
1117
- - Behavior of operator\>\> should more closely resemble that of built-in overloads. [\#367](https://github.com/nlohmann/json/issues/367)
1118
- - Request: range-based-for over a json-object to expose .first/.second [\#350](https://github.com/nlohmann/json/issues/350)
1119
- - feature wish: JSONPath [\#343](https://github.com/nlohmann/json/issues/343)
1120
- - UTF-8/Unicode escape and dump [\#330](https://github.com/nlohmann/json/issues/330)
1121
- - Serialized value not always can be parsed. [\#329](https://github.com/nlohmann/json/issues/329)
1122
- - Is there a way to forward declare nlohmann::json? [\#314](https://github.com/nlohmann/json/issues/314)
1123
- - Exception line [\#301](https://github.com/nlohmann/json/issues/301)
1124
- - Do not throw exception when default\_value's type does not match the actual type [\#278](https://github.com/nlohmann/json/issues/278)
1125
- - dump\(\) method doesn't work with a custom allocator [\#268](https://github.com/nlohmann/json/issues/268)
1126
- - Readme documentation enhancements [\#248](https://github.com/nlohmann/json/issues/248)
1127
- - Use user-defined exceptions [\#244](https://github.com/nlohmann/json/issues/244)
1128
- - Incorrect C++11 allocator model support [\#161](https://github.com/nlohmann/json/issues/161)
1129
-
1130
- - :white\_check\_mark: re-added tests for algorithms [\#879](https://github.com/nlohmann/json/pull/879) ([nlohmann](https://github.com/nlohmann))
1131
- - Overworked library toward 3.0.0 release [\#875](https://github.com/nlohmann/json/pull/875) ([nlohmann](https://github.com/nlohmann))
1132
- - :rotating\_light: remove C4996 warnings \#872 [\#873](https://github.com/nlohmann/json/pull/873) ([nlohmann](https://github.com/nlohmann))
1133
- - :boom: throwing an exception in case dump encounters a non-UTF-8 string \#838 [\#870](https://github.com/nlohmann/json/pull/870) ([nlohmann](https://github.com/nlohmann))
1134
- - :memo: fixing documentation \#867 [\#868](https://github.com/nlohmann/json/pull/868) ([nlohmann](https://github.com/nlohmann))
1135
- - iter\_impl template conformance with C++17 [\#860](https://github.com/nlohmann/json/pull/860) ([bogemic](https://github.com/bogemic))
1136
- - Std allocator conformance cpp17 [\#856](https://github.com/nlohmann/json/pull/856) ([bogemic](https://github.com/bogemic))
1137
- - cmake: use BUILD\_INTERFACE/INSTALL\_INTERFACE [\#855](https://github.com/nlohmann/json/pull/855) ([theodelrieu](https://github.com/theodelrieu))
1138
- - to/from\_json: add a MSVC-specific static\_assert to force a stacktrace [\#854](https://github.com/nlohmann/json/pull/854) ([theodelrieu](https://github.com/theodelrieu))
1139
- - Add .natvis for MSVC debug view [\#844](https://github.com/nlohmann/json/pull/844) ([TinyTinni](https://github.com/TinyTinni))
1140
- - Updated hunter package links [\#829](https://github.com/nlohmann/json/pull/829) ([jowr](https://github.com/jowr))
1141
- - Typos README [\#811](https://github.com/nlohmann/json/pull/811) ([Itja](https://github.com/Itja))
1142
- - add forwarding references to json\_ref constructor [\#807](https://github.com/nlohmann/json/pull/807) ([theodelrieu](https://github.com/theodelrieu))
1143
- - Add transparent comparator and perfect forwarding support to find\(\) and count\(\) [\#795](https://github.com/nlohmann/json/pull/795) ([jseward](https://github.com/jseward))
1144
- - Error : 'identifier "size\_t" is undefined' in linux [\#793](https://github.com/nlohmann/json/pull/793) ([sonulohani](https://github.com/sonulohani))
1145
- - Fix Visual Studio 2017 warnings [\#788](https://github.com/nlohmann/json/pull/788) ([jseward](https://github.com/jseward))
1146
- - Fix warning C4706 on Visual Studio 2017 [\#785](https://github.com/nlohmann/json/pull/785) ([jseward](https://github.com/jseward))
1147
- - Set GENERATE\_TAGFILE in Doxyfile [\#783](https://github.com/nlohmann/json/pull/783) ([eld00d](https://github.com/eld00d))
1148
- - using more CMake [\#765](https://github.com/nlohmann/json/pull/765) ([nlohmann](https://github.com/nlohmann))
1149
- - Simplified istream handing \#367 [\#764](https://github.com/nlohmann/json/pull/764) ([pjkundert](https://github.com/pjkundert))
1150
- - Add info for the vcpkg package. [\#753](https://github.com/nlohmann/json/pull/753) ([gregmarr](https://github.com/gregmarr))
1151
- - fix from\_json implementation for pair/tuple [\#708](https://github.com/nlohmann/json/pull/708) ([theodelrieu](https://github.com/theodelrieu))
1152
- - Update json.hpp [\#686](https://github.com/nlohmann/json/pull/686) ([GoWebProd](https://github.com/GoWebProd))
1153
- - Remove duplicate word [\#685](https://github.com/nlohmann/json/pull/685) ([daixtrose](https://github.com/daixtrose))
1154
- - To fix compilation issue for intel OSX compiler [\#682](https://github.com/nlohmann/json/pull/682) ([kbthomp1](https://github.com/kbthomp1))
1155
- - Digraph warning [\#679](https://github.com/nlohmann/json/pull/679) ([traits](https://github.com/traits))
1156
- - massage -\> message [\#678](https://github.com/nlohmann/json/pull/678) ([DmitryKuk](https://github.com/DmitryKuk))
1157
- - Fix "not constraint" grammar in docs [\#674](https://github.com/nlohmann/json/pull/674) ([wincent](https://github.com/wincent))
1158
- - Add documentation for integration with CMake and hunter [\#671](https://github.com/nlohmann/json/pull/671) ([dan-42](https://github.com/dan-42))
1159
- - REFACTOR: rewrite CMakeLists.txt for better inlcude and reuse [\#669](https://github.com/nlohmann/json/pull/669) ([dan-42](https://github.com/dan-42))
1160
- - enable\_testing only if the JSON\_BuildTests is ON [\#666](https://github.com/nlohmann/json/pull/666) ([effolkronium](https://github.com/effolkronium))
1161
- - Support moving from rvalues in std::initializer\_list [\#663](https://github.com/nlohmann/json/pull/663) ([himikof](https://github.com/himikof))
1162
- - add ensure\_ascii parameter to dump. \#330 [\#654](https://github.com/nlohmann/json/pull/654) ([ryanjmulder](https://github.com/ryanjmulder))
1163
- - Rename BuildTests to JSON\_BuildTests [\#652](https://github.com/nlohmann/json/pull/652) ([olegendo](https://github.com/olegendo))
1164
- - Don't include \<iostream\>, use std::make\_shared [\#650](https://github.com/nlohmann/json/pull/650) ([olegendo](https://github.com/olegendo))
1165
- - Refacto/split basic json [\#643](https://github.com/nlohmann/json/pull/643) ([theodelrieu](https://github.com/theodelrieu))
1166
- - fix typo in operator\_\_notequal example [\#630](https://github.com/nlohmann/json/pull/630) ([Chocobo1](https://github.com/Chocobo1))
1167
- - Fix MSVC warning C4819 [\#629](https://github.com/nlohmann/json/pull/629) ([Chocobo1](https://github.com/Chocobo1))
1168
- - \[BugFix\] Add parentheses around std::min [\#626](https://github.com/nlohmann/json/pull/626) ([koemeet](https://github.com/koemeet))
1169
- - add pair/tuple conversions [\#624](https://github.com/nlohmann/json/pull/624) ([theodelrieu](https://github.com/theodelrieu))
1170
- - remove std::pair support [\#615](https://github.com/nlohmann/json/pull/615) ([theodelrieu](https://github.com/theodelrieu))
1171
- - Add pair support, fix CompatibleObject conversions \(fixes \#600\) [\#609](https://github.com/nlohmann/json/pull/609) ([theodelrieu](https://github.com/theodelrieu))
1172
- - \#550 Fix iterator related compiling issues for Intel icc [\#598](https://github.com/nlohmann/json/pull/598) ([HenryRLee](https://github.com/HenryRLee))
1173
- - Issue \#593 Fix the arithmetic operators in the iterator and reverse iterator [\#595](https://github.com/nlohmann/json/pull/595) ([HenryRLee](https://github.com/HenryRLee))
1174
- - fix doxygen error of basic\_json::get\(\) [\#583](https://github.com/nlohmann/json/pull/583) ([zhaohuaxishi](https://github.com/zhaohuaxishi))
1175
- - Fixing assignement for iterator wrapper second, and adding unit test [\#579](https://github.com/nlohmann/json/pull/579) ([Type1J](https://github.com/Type1J))
1176
- - Adding first and second properties to iteration\_proxy\_internal [\#578](https://github.com/nlohmann/json/pull/578) ([Type1J](https://github.com/Type1J))
1177
- - Adding support for Meson. [\#576](https://github.com/nlohmann/json/pull/576) ([Type1J](https://github.com/Type1J))
1178
- - add enum class default conversions [\#545](https://github.com/nlohmann/json/pull/545) ([theodelrieu](https://github.com/theodelrieu))
1179
- - Properly pop diagnostics [\#540](https://github.com/nlohmann/json/pull/540) ([tinloaf](https://github.com/tinloaf))
1180
- - Add Visual Studio 17 image to appveyor build matrix [\#536](https://github.com/nlohmann/json/pull/536) ([vpetrigo](https://github.com/vpetrigo))
1181
- - UTF8 encoding enhancement [\#534](https://github.com/nlohmann/json/pull/534) ([TedLyngmo](https://github.com/TedLyngmo))
1182
- - Fix typo [\#530](https://github.com/nlohmann/json/pull/530) ([berkus](https://github.com/berkus))
1183
- - Make exception base class visible in basic\_json [\#526](https://github.com/nlohmann/json/pull/526) ([krzysztofwos](https://github.com/krzysztofwos))
1184
- - :art: Namespace `uint8\_t` from the C++ stdlib [\#510](https://github.com/nlohmann/json/pull/510) ([alex-weej](https://github.com/alex-weej))
1185
- - add to\_json method for C arrays [\#508](https://github.com/nlohmann/json/pull/508) ([theodelrieu](https://github.com/theodelrieu))
1186
- - Fix -Weffc++ warnings \(GNU 6.3.1\) [\#496](https://github.com/nlohmann/json/pull/496) ([TedLyngmo](https://github.com/TedLyngmo))
1187
-
1188
- ## [v2.1.1](https://github.com/nlohmann/json/releases/tag/v2.1.1) (2017-02-25)
1189
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.1.0...v2.1.1)
1190
-
1191
- - warning in the library [\#472](https://github.com/nlohmann/json/issues/472)
1192
- - How to create an array of Objects? [\#470](https://github.com/nlohmann/json/issues/470)
1193
- - \[Bug?\] Cannot get int pointer, but int64\_t works [\#468](https://github.com/nlohmann/json/issues/468)
1194
- - Illegal indirection [\#467](https://github.com/nlohmann/json/issues/467)
1195
- - in vs can't find linkageId [\#466](https://github.com/nlohmann/json/issues/466)
1196
- - Roundtrip error while parsing "1000000000000000010E5" [\#465](https://github.com/nlohmann/json/issues/465)
1197
- - C4996 error and warning with Visual Studio [\#463](https://github.com/nlohmann/json/issues/463)
1198
- - Support startIndex for from\_cbor/from\_msgpack [\#462](https://github.com/nlohmann/json/issues/462)
1199
- - question: monospace font used in feature slideshow? [\#460](https://github.com/nlohmann/json/issues/460)
1200
- - Object.keys\(\) [\#459](https://github.com/nlohmann/json/issues/459)
1201
- - Use “, “ as delimiter for json-objects. [\#457](https://github.com/nlohmann/json/issues/457)
1202
- - Enum -\> string during serialization and vice versa [\#455](https://github.com/nlohmann/json/issues/455)
1203
- - doubles are printed as integers [\#454](https://github.com/nlohmann/json/issues/454)
1204
- - Warnings with Visual Studio c++ \(VS2015 Update 3\) [\#453](https://github.com/nlohmann/json/issues/453)
1205
- - Heap-buffer-overflow \(OSS-Fuzz issue 585\) [\#452](https://github.com/nlohmann/json/issues/452)
1206
- - use of undeclared identifier 'UINT8\_MAX' [\#451](https://github.com/nlohmann/json/issues/451)
1207
- - Question on the lifetime managment of objects at the lower levels [\#449](https://github.com/nlohmann/json/issues/449)
1208
- - Json should not be constructible with 'json\*' [\#448](https://github.com/nlohmann/json/issues/448)
1209
- - Move value\_t to namespace scope [\#447](https://github.com/nlohmann/json/issues/447)
1210
- - Typo in README.md [\#446](https://github.com/nlohmann/json/issues/446)
1211
- - make check compilation is unneccesarily slow [\#445](https://github.com/nlohmann/json/issues/445)
1212
- - Problem in dump\(\) in json.h caused by ss.imbue [\#444](https://github.com/nlohmann/json/issues/444)
1213
- - I want to create Windows Application in Visual Studio 2015 c++, and i have a problem [\#443](https://github.com/nlohmann/json/issues/443)
1214
- - Implicit conversion issues [\#442](https://github.com/nlohmann/json/issues/442)
1215
- - Parsing of floats locale dependent [\#302](https://github.com/nlohmann/json/issues/302)
1216
-
1217
- - Speedup CI builds using cotire [\#461](https://github.com/nlohmann/json/pull/461) ([tusharpm](https://github.com/tusharpm))
1218
- - TurpentineDistillery feature/locale independent str to num [\#450](https://github.com/nlohmann/json/pull/450) ([nlohmann](https://github.com/nlohmann))
1219
- - README: adjust boost::optional example [\#439](https://github.com/nlohmann/json/pull/439) ([jaredgrubb](https://github.com/jaredgrubb))
1220
- - fix \#414 - comparing to 0 literal [\#415](https://github.com/nlohmann/json/pull/415) ([stanmihai4](https://github.com/stanmihai4))
1221
-
1222
- ## [v2.1.0](https://github.com/nlohmann/json/releases/tag/v2.1.0) (2017-01-28)
1223
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.10...v2.1.0)
1224
-
1225
- - Parsing multiple JSON objects from a string or stream [\#438](https://github.com/nlohmann/json/issues/438)
1226
- - Use-of-uninitialized-value \(OSS-Fuzz issue 477\) [\#437](https://github.com/nlohmann/json/issues/437)
1227
- - add `reserve` function for array to reserve memory before adding json values into it [\#436](https://github.com/nlohmann/json/issues/436)
1228
- - Typo in examples page [\#434](https://github.com/nlohmann/json/issues/434)
1229
- - avoid malformed json [\#433](https://github.com/nlohmann/json/issues/433)
1230
- - How to add json objects to a map? [\#432](https://github.com/nlohmann/json/issues/432)
1231
- - create json instance from raw json \(unsigned char\*\) [\#431](https://github.com/nlohmann/json/issues/431)
1232
- - Getting std::invalid\_argument: stream error when following example [\#429](https://github.com/nlohmann/json/issues/429)
1233
- - Forward declare-only header? [\#427](https://github.com/nlohmann/json/issues/427)
1234
- - Implicit conversion from array to object [\#425](https://github.com/nlohmann/json/issues/425)
1235
- - Automatic ordered JSON [\#424](https://github.com/nlohmann/json/issues/424)
1236
- - error C4996: 'strerror' when reading file [\#422](https://github.com/nlohmann/json/issues/422)
1237
- - Get an error - JSON pointer must be empty or begin with '/' [\#421](https://github.com/nlohmann/json/issues/421)
1238
- - size parameter for parse\(\) [\#419](https://github.com/nlohmann/json/issues/419)
1239
- - json.hpp forcibly defines GCC\_VERSION [\#417](https://github.com/nlohmann/json/issues/417)
1240
- - Use-of-uninitialized-value \(OSS-Fuzz issue 377\) [\#416](https://github.com/nlohmann/json/issues/416)
1241
- - comparing to 0 literal [\#414](https://github.com/nlohmann/json/issues/414)
1242
- - Single char converted to ASCII code instead of string [\#413](https://github.com/nlohmann/json/issues/413)
1243
- - How to know if a string was parsed as utf-8? [\#406](https://github.com/nlohmann/json/issues/406)
1244
- - Overloaded += to add objects to an array makes no sense? [\#404](https://github.com/nlohmann/json/issues/404)
1245
- - Finding a value in an array [\#399](https://github.com/nlohmann/json/issues/399)
1246
- - add release information in static function [\#397](https://github.com/nlohmann/json/issues/397)
1247
- - Optimize memory usage of json objects in combination with binary serialization [\#373](https://github.com/nlohmann/json/issues/373)
1248
- - Conversion operators not considered [\#369](https://github.com/nlohmann/json/issues/369)
1249
- - Append ".0" to serialized floating\_point values that are digits-only. [\#362](https://github.com/nlohmann/json/issues/362)
1250
- - Add a customization point for user-defined types [\#328](https://github.com/nlohmann/json/issues/328)
1251
- - Conformance report for reference [\#307](https://github.com/nlohmann/json/issues/307)
1252
- - Document the best way to serialize/deserialize user defined types to json [\#298](https://github.com/nlohmann/json/issues/298)
1253
- - Add StringView template typename to basic\_json [\#297](https://github.com/nlohmann/json/issues/297)
1254
- - \[Improvement\] Add option to remove exceptions [\#296](https://github.com/nlohmann/json/issues/296)
1255
- - Performance in miloyip/nativejson-benchmark [\#202](https://github.com/nlohmann/json/issues/202)
1256
-
1257
- - conversion from/to user-defined types [\#435](https://github.com/nlohmann/json/pull/435) ([nlohmann](https://github.com/nlohmann))
1258
- - Fix documentation error [\#430](https://github.com/nlohmann/json/pull/430) ([vjon](https://github.com/vjon))
1259
- - locale-independent num-to-str [\#378](https://github.com/nlohmann/json/pull/378) ([TurpentineDistillery](https://github.com/TurpentineDistillery))
1260
-
1261
- ## [v2.0.10](https://github.com/nlohmann/json/releases/tag/v2.0.10) (2017-01-02)
1262
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.9...v2.0.10)
1263
-
1264
- - Heap-buffer-overflow \(OSS-Fuzz issue 367\) [\#412](https://github.com/nlohmann/json/issues/412)
1265
- - Heap-buffer-overflow \(OSS-Fuzz issue 366\) [\#411](https://github.com/nlohmann/json/issues/411)
1266
- - Use-of-uninitialized-value \(OSS-Fuzz issue 347\) [\#409](https://github.com/nlohmann/json/issues/409)
1267
- - Heap-buffer-overflow \(OSS-Fuzz issue 344\) [\#408](https://github.com/nlohmann/json/issues/408)
1268
- - Heap-buffer-overflow \(OSS-Fuzz issue 343\) [\#407](https://github.com/nlohmann/json/issues/407)
1269
- - Heap-buffer-overflow \(OSS-Fuzz issue 342\) [\#405](https://github.com/nlohmann/json/issues/405)
1270
- - strerror throwing error in compiler VS2015 [\#403](https://github.com/nlohmann/json/issues/403)
1271
- - json::parse of std::string being underlined by Visual Studio [\#402](https://github.com/nlohmann/json/issues/402)
1272
- - Explicitly getting string without .dump\(\) [\#401](https://github.com/nlohmann/json/issues/401)
1273
- - Possible to speed up json::parse? [\#398](https://github.com/nlohmann/json/issues/398)
1274
- - the alphabetic order in the code influence console\_output. [\#396](https://github.com/nlohmann/json/issues/396)
1275
- - Execute tests with clang sanitizers [\#394](https://github.com/nlohmann/json/issues/394)
1276
- - Check if library can be used with ETL [\#361](https://github.com/nlohmann/json/issues/361)
1277
-
1278
- - Feature/clang sanitize [\#410](https://github.com/nlohmann/json/pull/410) ([Daniel599](https://github.com/Daniel599))
1279
- - Add Doozer build badge [\#400](https://github.com/nlohmann/json/pull/400) ([andoma](https://github.com/andoma))
1280
-
1281
- ## [v2.0.9](https://github.com/nlohmann/json/releases/tag/v2.0.9) (2016-12-16)
1282
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.8...v2.0.9)
1283
-
1284
- - \#pragma GCC diagnostic ignored "-Wdocumentation" [\#393](https://github.com/nlohmann/json/issues/393)
1285
- - How to parse this json file and write separate sub object as json files? [\#392](https://github.com/nlohmann/json/issues/392)
1286
- - Integer-overflow \(OSS-Fuzz issue 267\) [\#389](https://github.com/nlohmann/json/issues/389)
1287
- - Implement indefinite-length types from RFC 7049 [\#387](https://github.com/nlohmann/json/issues/387)
1288
- - template parameter "T" is not used in declaring the parameter types of function template [\#386](https://github.com/nlohmann/json/issues/386)
1289
- - Serializing json instances containing already serialized string values without escaping [\#385](https://github.com/nlohmann/json/issues/385)
1290
- - Add test cases from RFC 7049 [\#384](https://github.com/nlohmann/json/issues/384)
1291
- - Add a table of contents to the README file [\#383](https://github.com/nlohmann/json/issues/383)
1292
- - Update FAQ section in the guidelines for contributing [\#382](https://github.com/nlohmann/json/issues/382)
1293
- - Allow for forward declaring nlohmann::json [\#381](https://github.com/nlohmann/json/issues/381)
1294
- - Bug in overflow detection when parsing integers [\#380](https://github.com/nlohmann/json/issues/380)
1295
- - A unique name to mention the library? [\#377](https://github.com/nlohmann/json/issues/377)
1296
- - Support for comments. [\#376](https://github.com/nlohmann/json/issues/376)
1297
- - Non-unique keys in objects. [\#375](https://github.com/nlohmann/json/issues/375)
1298
- - Request: binary serialization/deserialization [\#358](https://github.com/nlohmann/json/issues/358)
1299
-
1300
- - Replace class iterator and const\_iterator by using a single template class to reduce code. [\#395](https://github.com/nlohmann/json/pull/395) ([Bosswestfalen](https://github.com/Bosswestfalen))
1301
- - Clang: quiet a warning [\#391](https://github.com/nlohmann/json/pull/391) ([jaredgrubb](https://github.com/jaredgrubb))
1302
- - Fix issue \#380: Signed integer overflow check [\#390](https://github.com/nlohmann/json/pull/390) ([qwename](https://github.com/qwename))
1303
-
1304
- ## [v2.0.8](https://github.com/nlohmann/json/releases/tag/v2.0.8) (2016-12-02)
1305
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.7...v2.0.8)
1306
-
1307
- - Reading from file [\#374](https://github.com/nlohmann/json/issues/374)
1308
- - Compiler warnings? [\#372](https://github.com/nlohmann/json/issues/372)
1309
- - docs: how to release a json object in memory? [\#371](https://github.com/nlohmann/json/issues/371)
1310
- - crash in dump [\#370](https://github.com/nlohmann/json/issues/370)
1311
- - Coverity issue \(FORWARD\_NULL\) in lexer\(std::istream& s\) [\#368](https://github.com/nlohmann/json/issues/368)
1312
- - json::parse on failed stream gets stuck [\#366](https://github.com/nlohmann/json/issues/366)
1313
- - Performance improvements [\#365](https://github.com/nlohmann/json/issues/365)
1314
- - 'to\_string' is not a member of 'std' [\#364](https://github.com/nlohmann/json/issues/364)
1315
- - Optional comment support. [\#363](https://github.com/nlohmann/json/issues/363)
1316
- - Crash in dump\(\) from a static object [\#359](https://github.com/nlohmann/json/issues/359)
1317
- - json::parse\(...\) vs json j; j.parse\(...\) [\#357](https://github.com/nlohmann/json/issues/357)
1318
- - Hi, is there any method to dump json to string with the insert order rather than alphabets [\#356](https://github.com/nlohmann/json/issues/356)
1319
- - Provide an example of reading from an json with only a key that has an array of strings. [\#354](https://github.com/nlohmann/json/issues/354)
1320
- - Request: access with default value. [\#353](https://github.com/nlohmann/json/issues/353)
1321
- - {} and \[\] causes parser error. [\#352](https://github.com/nlohmann/json/issues/352)
1322
- - Reading a JSON file into a JSON object [\#351](https://github.com/nlohmann/json/issues/351)
1323
- - Request: 'emplace\_back' [\#349](https://github.com/nlohmann/json/issues/349)
1324
- - Is it possible to stream data through the json parser without storing everything in memory? [\#347](https://github.com/nlohmann/json/issues/347)
1325
- - pure virtual conversion operator [\#346](https://github.com/nlohmann/json/issues/346)
1326
- - Floating point precision lost [\#345](https://github.com/nlohmann/json/issues/345)
1327
- - unit-conversions SIGSEGV on armv7hl [\#303](https://github.com/nlohmann/json/issues/303)
1328
- - Coverity scan fails [\#299](https://github.com/nlohmann/json/issues/299)
1329
- - Using QString as string type [\#274](https://github.com/nlohmann/json/issues/274)
1330
-
1331
- ## [v2.0.7](https://github.com/nlohmann/json/releases/tag/v2.0.7) (2016-11-02)
1332
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.6...v2.0.7)
1333
-
1334
- - JSON5 [\#348](https://github.com/nlohmann/json/issues/348)
1335
- - Check "Parsing JSON is a Minefield" [\#344](https://github.com/nlohmann/json/issues/344)
1336
- - Allow hex numbers [\#342](https://github.com/nlohmann/json/issues/342)
1337
- - Convert strings to numbers [\#341](https://github.com/nlohmann/json/issues/341)
1338
- - ""-operators ignore the length parameter [\#340](https://github.com/nlohmann/json/issues/340)
1339
- - JSON into std::tuple [\#339](https://github.com/nlohmann/json/issues/339)
1340
- - JSON into vector [\#335](https://github.com/nlohmann/json/issues/335)
1341
- - Installing with Homebrew on Mac Errors \(El Capitan\) [\#331](https://github.com/nlohmann/json/issues/331)
1342
- - g++ make check results in error [\#312](https://github.com/nlohmann/json/issues/312)
1343
- - Cannot convert from 'json' to 'char' [\#276](https://github.com/nlohmann/json/issues/276)
1344
- - Please add a Pretty-Print option for arrays to stay always in one line [\#229](https://github.com/nlohmann/json/issues/229)
1345
- - Conversion to STL map\<string, vector\<int\>\> gives error [\#220](https://github.com/nlohmann/json/issues/220)
1346
- - std::unorderd\_map cannot be used as ObjectType [\#164](https://github.com/nlohmann/json/issues/164)
1347
-
1348
- - fix minor grammar/style issue in README.md [\#336](https://github.com/nlohmann/json/pull/336) ([seeekr](https://github.com/seeekr))
1349
-
1350
- ## [v2.0.6](https://github.com/nlohmann/json/releases/tag/v2.0.6) (2016-10-15)
1351
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.5...v2.0.6)
1352
-
1353
- - How to handle json files? [\#333](https://github.com/nlohmann/json/issues/333)
1354
- - This file requires compiler and library support .... [\#332](https://github.com/nlohmann/json/issues/332)
1355
- - Segmentation fault on saving json to file [\#326](https://github.com/nlohmann/json/issues/326)
1356
- - parse error - unexpected \<uninitialized\> with 2.0.5 [\#325](https://github.com/nlohmann/json/issues/325)
1357
- - Add nested object capability to pointers [\#323](https://github.com/nlohmann/json/issues/323)
1358
- - Fix usage examples' comments for std::multiset [\#322](https://github.com/nlohmann/json/issues/322)
1359
- - json\_unit runs forever when executed in build directory [\#319](https://github.com/nlohmann/json/issues/319)
1360
- - Visual studio 2015 update3 true != TRUE [\#317](https://github.com/nlohmann/json/issues/317)
1361
- - releasing single header file in compressed format [\#316](https://github.com/nlohmann/json/issues/316)
1362
- - json object from std::ifstream [\#315](https://github.com/nlohmann/json/issues/315)
1363
-
1364
- - make has\_mapped\_type struct friendly [\#324](https://github.com/nlohmann/json/pull/324) ([vpetrigo](https://github.com/vpetrigo))
1365
- - Fix usage examples' comments for std::multiset [\#321](https://github.com/nlohmann/json/pull/321) ([vasild](https://github.com/vasild))
1366
- - Include dir relocation [\#318](https://github.com/nlohmann/json/pull/318) ([ChristophJud](https://github.com/ChristophJud))
1367
- - trivial documentation fix [\#313](https://github.com/nlohmann/json/pull/313) ([5tefan](https://github.com/5tefan))
1368
-
1369
- ## [v2.0.5](https://github.com/nlohmann/json/releases/tag/v2.0.5) (2016-09-14)
1370
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.4...v2.0.5)
1371
-
1372
- - \[feature request\]: schema validator and comments [\#311](https://github.com/nlohmann/json/issues/311)
1373
- - make json\_benchmarks no longer working in 2.0.4 [\#310](https://github.com/nlohmann/json/issues/310)
1374
- - Segmentation fault \(core dumped\) [\#309](https://github.com/nlohmann/json/issues/309)
1375
- - No matching member function for call to 'get\_impl' [\#308](https://github.com/nlohmann/json/issues/308)
1376
-
1377
- ## [v2.0.4](https://github.com/nlohmann/json/releases/tag/v2.0.4) (2016-09-11)
1378
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.3...v2.0.4)
1379
-
1380
- - Parsing fails without space at end of file [\#306](https://github.com/nlohmann/json/issues/306)
1381
- - json schema validator [\#305](https://github.com/nlohmann/json/issues/305)
1382
- - Unused variable warning [\#304](https://github.com/nlohmann/json/issues/304)
1383
-
1384
- ## [v2.0.3](https://github.com/nlohmann/json/releases/tag/v2.0.3) (2016-08-31)
1385
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.2...v2.0.3)
1386
-
1387
- - warning C4706: assignment within conditional expression [\#295](https://github.com/nlohmann/json/issues/295)
1388
- - Strip comments / Minify [\#294](https://github.com/nlohmann/json/issues/294)
1389
- - Q: Is it possible to build json tree from already UTF8 encoded values? [\#293](https://github.com/nlohmann/json/issues/293)
1390
- - Equality operator results in array when assigned object [\#292](https://github.com/nlohmann/json/issues/292)
1391
- - Support for integers not from the range \[-\(2\*\*53\)+1, \(2\*\*53\)-1\] in parser [\#291](https://github.com/nlohmann/json/issues/291)
1392
- - Support for iterator-range parsing [\#290](https://github.com/nlohmann/json/issues/290)
1393
- - Horribly inconsistent behavior between const/non-const reference in operator \[\] \(\) [\#289](https://github.com/nlohmann/json/issues/289)
1394
- - Silently get numbers into smaller types [\#288](https://github.com/nlohmann/json/issues/288)
1395
- - Incorrect parsing of large int64\_t numbers [\#287](https://github.com/nlohmann/json/issues/287)
1396
- - \[question\]: macro to disable floating point support [\#284](https://github.com/nlohmann/json/issues/284)
1397
-
1398
- - unit-constructor1.cpp: Fix floating point truncation warning [\#300](https://github.com/nlohmann/json/pull/300) ([t-b](https://github.com/t-b))
1399
-
1400
- ## [v2.0.2](https://github.com/nlohmann/json/releases/tag/v2.0.2) (2016-07-31)
1401
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.1...v2.0.2)
1402
-
1403
- - can function dump\(\) return string in the order I push in the json object ? [\#286](https://github.com/nlohmann/json/issues/286)
1404
- - Error on the Mac: Undefined symbols for architecture x86\_64 [\#285](https://github.com/nlohmann/json/issues/285)
1405
- - value\(\) does not work with \_json\_pointer types [\#283](https://github.com/nlohmann/json/issues/283)
1406
- - Build error for std::int64 [\#282](https://github.com/nlohmann/json/issues/282)
1407
- - strings can't be accessed after dump\(\)-\>parse\(\) - type is lost [\#281](https://github.com/nlohmann/json/issues/281)
1408
- - Easy serialization of classes [\#280](https://github.com/nlohmann/json/issues/280)
1409
- - recursive data structures [\#277](https://github.com/nlohmann/json/issues/277)
1410
- - hexify\(\) function emits conversion warning [\#270](https://github.com/nlohmann/json/issues/270)
1411
-
1412
- - let the makefile choose the correct sed [\#279](https://github.com/nlohmann/json/pull/279) ([murinicanor](https://github.com/murinicanor))
1413
- - Update hexify to use array lookup instead of ternary \(\#270\) [\#275](https://github.com/nlohmann/json/pull/275) ([dtoma](https://github.com/dtoma))
1414
-
1415
- ## [v2.0.1](https://github.com/nlohmann/json/releases/tag/v2.0.1) (2016-06-28)
1416
- [Full Changelog](https://github.com/nlohmann/json/compare/v2.0.0...v2.0.1)
1417
-
1418
- - Compilation error. [\#273](https://github.com/nlohmann/json/issues/273)
1419
- - dump\(\) performance degradation in v2 [\#272](https://github.com/nlohmann/json/issues/272)
1420
-
1421
- - fixed a tiny typo [\#271](https://github.com/nlohmann/json/pull/271) ([feroldi](https://github.com/feroldi))
1422
-
1423
- ## [v2.0.0](https://github.com/nlohmann/json/releases/tag/v2.0.0) (2016-06-23)
1424
- [Full Changelog](https://github.com/nlohmann/json/compare/v1.1.0...v2.0.0)
1425
-
1426
- - json::diff generates incorrect patch when removing multiple array elements. [\#269](https://github.com/nlohmann/json/issues/269)
1427
- - Docs - What does Json\[key\] return? [\#267](https://github.com/nlohmann/json/issues/267)
1428
- - Compiler Errors With JSON.hpp [\#265](https://github.com/nlohmann/json/issues/265)
1429
- - Ambiguous push\_back and operator+= overloads [\#263](https://github.com/nlohmann/json/issues/263)
1430
- - Preseving order of items in json [\#262](https://github.com/nlohmann/json/issues/262)
1431
- - '\' char problem in strings [\#261](https://github.com/nlohmann/json/issues/261)
1432
- - VS2015 compile fail [\#260](https://github.com/nlohmann/json/issues/260)
1433
- - -Wconversion warning [\#259](https://github.com/nlohmann/json/issues/259)
1434
- - Maybe a bug [\#258](https://github.com/nlohmann/json/issues/258)
1435
- - Few tests failed on Visual C++ 2015 [\#257](https://github.com/nlohmann/json/issues/257)
1436
- - Access keys when iteration with new for loop C++11 [\#256](https://github.com/nlohmann/json/issues/256)
1437
- - multiline text values [\#255](https://github.com/nlohmann/json/issues/255)
1438
- - Error when using json in g++ [\#254](https://github.com/nlohmann/json/issues/254)
1439
- - is the release 2.0? [\#253](https://github.com/nlohmann/json/issues/253)
1440
- - concatenate objects [\#252](https://github.com/nlohmann/json/issues/252)
1441
- - Encoding [\#251](https://github.com/nlohmann/json/issues/251)
1442
- - Unable to build example for constructing json object with stringstreams [\#250](https://github.com/nlohmann/json/issues/250)
1443
- - Hexadecimal support [\#249](https://github.com/nlohmann/json/issues/249)
1444
- - Update long-term goals [\#246](https://github.com/nlohmann/json/issues/246)
1445
- - Contribution To This Json Project [\#245](https://github.com/nlohmann/json/issues/245)
1446
- - Trouble using parser with initial dictionary [\#243](https://github.com/nlohmann/json/issues/243)
1447
- - Unit test fails when doing a CMake out-of-tree build [\#241](https://github.com/nlohmann/json/issues/241)
1448
- - -Wconversion warnings [\#239](https://github.com/nlohmann/json/issues/239)
1449
- - Additional integration options [\#237](https://github.com/nlohmann/json/issues/237)
1450
- - .get\<std::string\>\(\) works for non spaced string but returns as array for spaced/longer strings [\#236](https://github.com/nlohmann/json/issues/236)
1451
- - ambiguous overload for 'push\_back' and 'operator+=' [\#235](https://github.com/nlohmann/json/issues/235)
1452
- - Can't use basic\_json::iterator as a base iterator for std::move\_iterator [\#233](https://github.com/nlohmann/json/issues/233)
1453
- - json object's creation can freezes execution [\#231](https://github.com/nlohmann/json/issues/231)
1454
- - Incorrect dumping of parsed numbers with exponents, but without decimal places [\#230](https://github.com/nlohmann/json/issues/230)
1455
- - double values are serialized with commas as decimal points [\#228](https://github.com/nlohmann/json/issues/228)
1456
- - Move semantics with std::initializer\_list [\#225](https://github.com/nlohmann/json/issues/225)
1457
- - replace emplace [\#224](https://github.com/nlohmann/json/issues/224)
1458
- - abort during getline in yyfill [\#223](https://github.com/nlohmann/json/issues/223)
1459
- - free\(\): invalid pointer error in GCC 5.2.1 [\#221](https://github.com/nlohmann/json/issues/221)
1460
- - Error compile Android NDK error: 'strtof' is not a member of 'std' [\#219](https://github.com/nlohmann/json/issues/219)
1461
- - Wrong link in the README.md [\#217](https://github.com/nlohmann/json/issues/217)
1462
- - Wide character strings not supported [\#216](https://github.com/nlohmann/json/issues/216)
1463
- - Memory allocations using range-based for loops [\#214](https://github.com/nlohmann/json/issues/214)
1464
- - would you like to support gcc 4.8.1? [\#211](https://github.com/nlohmann/json/issues/211)
1465
- - Reading concatenated json's from an istream [\#210](https://github.com/nlohmann/json/issues/210)
1466
- - Conflicting typedef of ssize\_t on Windows 32 bit when using Boost.Python [\#204](https://github.com/nlohmann/json/issues/204)
1467
- - Inconsistency between operator\[\] and push\_back [\#203](https://github.com/nlohmann/json/issues/203)
1468
- - Small bugs in json.hpp \(get\_number\) and unit.cpp \(non-standard integer type test\) [\#199](https://github.com/nlohmann/json/issues/199)
1469
- - GCC/clang floating point parsing bug in strtod\(\) [\#195](https://github.com/nlohmann/json/issues/195)
1470
- - What is within scope? [\#192](https://github.com/nlohmann/json/issues/192)
1471
- - Bugs in miloyip/nativejson-benchmark: roundtrips [\#187](https://github.com/nlohmann/json/issues/187)
1472
- - Floating point exceptions [\#181](https://github.com/nlohmann/json/issues/181)
1473
- - Integer conversion to unsigned [\#178](https://github.com/nlohmann/json/issues/178)
1474
- - map string string fails to compile [\#176](https://github.com/nlohmann/json/issues/176)
1475
- - In basic\_json::basic\_json\(const CompatibleArrayType& val\), the requirement of CompatibleArrayType is not strict enough. [\#174](https://github.com/nlohmann/json/issues/174)
1476
- - Provide a FAQ [\#163](https://github.com/nlohmann/json/issues/163)
1477
- - Implicit assignment to std::string fails [\#144](https://github.com/nlohmann/json/issues/144)
1478
-
1479
- - Fix Issue \#265 [\#266](https://github.com/nlohmann/json/pull/266) ([06needhamt](https://github.com/06needhamt))
1480
- - Define CMake/CTest tests [\#247](https://github.com/nlohmann/json/pull/247) ([robertmrk](https://github.com/robertmrk))
1481
- - Out of tree builds and a few other miscellaneous CMake cleanups. [\#242](https://github.com/nlohmann/json/pull/242) ([ChrisKitching](https://github.com/ChrisKitching))
1482
- - Implement additional integration options [\#238](https://github.com/nlohmann/json/pull/238) ([robertmrk](https://github.com/robertmrk))
1483
- - make serialization locale-independent [\#232](https://github.com/nlohmann/json/pull/232) ([nlohmann](https://github.com/nlohmann))
1484
- - fixes \#223 by updating README.md [\#227](https://github.com/nlohmann/json/pull/227) ([kevin--](https://github.com/kevin--))
1485
- - Use namespace std for int64\_t and uint64\_t [\#226](https://github.com/nlohmann/json/pull/226) ([lv-zheng](https://github.com/lv-zheng))
1486
- - Added missing cerrno header to fix ERANGE compile error on android [\#222](https://github.com/nlohmann/json/pull/222) ([Teemperor](https://github.com/Teemperor))
1487
- - Corrected readme [\#218](https://github.com/nlohmann/json/pull/218) ([Annihil](https://github.com/Annihil))
1488
- - Create PULL\_REQUEST\_TEMPLATE.md [\#213](https://github.com/nlohmann/json/pull/213) ([whackashoe](https://github.com/whackashoe))
1489
- - fixed noexcept; added constexpr [\#208](https://github.com/nlohmann/json/pull/208) ([nlohmann](https://github.com/nlohmann))
1490
- - Add support for afl-fuzz testing [\#207](https://github.com/nlohmann/json/pull/207) ([mykter](https://github.com/mykter))
1491
- - replaced ssize\_t occurrences with auto \(addresses \#204\) [\#205](https://github.com/nlohmann/json/pull/205) ([nlohmann](https://github.com/nlohmann))
1492
- - Fixed issue \#199 - Small bugs in json.hpp \(get\_number\) and unit.cpp \(non-standard integer type test\) [\#200](https://github.com/nlohmann/json/pull/200) ([twelsby](https://github.com/twelsby))
1493
- - Fix broken link [\#197](https://github.com/nlohmann/json/pull/197) ([vog](https://github.com/vog))
1494
- - Issue \#195 - update Travis to Trusty due to gcc/clang strtod\(\) bug [\#196](https://github.com/nlohmann/json/pull/196) ([twelsby](https://github.com/twelsby))
1495
- - Issue \#178 - Extending support to full uint64\_t/int64\_t range and unsigned type \(updated\) [\#193](https://github.com/nlohmann/json/pull/193) ([twelsby](https://github.com/twelsby))
1496
-
1497
- ## [v1.1.0](https://github.com/nlohmann/json/releases/tag/v1.1.0) (2016-01-24)
1498
- [Full Changelog](https://github.com/nlohmann/json/compare/v1.0.0...v1.1.0)
1499
-
1500
- - Small error in pull \#185 [\#194](https://github.com/nlohmann/json/issues/194)
1501
- - Bugs in miloyip/nativejson-benchmark: floating-point parsing [\#186](https://github.com/nlohmann/json/issues/186)
1502
- - Floating point equality [\#185](https://github.com/nlohmann/json/issues/185)
1503
- - Unused variables in catch [\#180](https://github.com/nlohmann/json/issues/180)
1504
- - Typo in documentation [\#179](https://github.com/nlohmann/json/issues/179)
1505
- - JSON performance benchmark comparision [\#177](https://github.com/nlohmann/json/issues/177)
1506
- - Since re2c is often ignored in pull requests, it may make sense to make a contributing.md file [\#175](https://github.com/nlohmann/json/issues/175)
1507
- - Question about exceptions [\#173](https://github.com/nlohmann/json/issues/173)
1508
- - Android? [\#172](https://github.com/nlohmann/json/issues/172)
1509
- - Cannot index by key of type static constexpr const char\* [\#171](https://github.com/nlohmann/json/issues/171)
1510
- - Add assertions [\#168](https://github.com/nlohmann/json/issues/168)
1511
- - MSVC 2015 build fails when attempting to compare object\_t [\#167](https://github.com/nlohmann/json/issues/167)
1512
- - Member detector is not portable [\#166](https://github.com/nlohmann/json/issues/166)
1513
- - Unnecessary const\_cast [\#162](https://github.com/nlohmann/json/issues/162)
1514
- - Question about get\_ref\(\) [\#128](https://github.com/nlohmann/json/issues/128)
1515
- - range based for loop for objects [\#83](https://github.com/nlohmann/json/issues/83)
1516
- - Consider submitting this to the Boost Library Incubator [\#66](https://github.com/nlohmann/json/issues/66)
1517
-
1518
- - Fixed Issue \#186 - add strto\(f|d|ld\) overload wrappers, "-0.0" special case and FP trailing zero [\#191](https://github.com/nlohmann/json/pull/191) ([twelsby](https://github.com/twelsby))
1519
- - Issue \#185 - remove approx\(\) and use \#pragma to kill warnings [\#190](https://github.com/nlohmann/json/pull/190) ([twelsby](https://github.com/twelsby))
1520
- - Fixed Issue \#171 - added two extra template overloads of operator\[\] for T\* arguments [\#189](https://github.com/nlohmann/json/pull/189) ([twelsby](https://github.com/twelsby))
1521
- - Fixed issue \#167 - removed operator ValueType\(\) condition for VS2015 [\#188](https://github.com/nlohmann/json/pull/188) ([twelsby](https://github.com/twelsby))
1522
- - Implementation of get\_ref\(\) [\#184](https://github.com/nlohmann/json/pull/184) ([dariomt](https://github.com/dariomt))
1523
- - Fixed some typos in CONTRIBUTING.md [\#182](https://github.com/nlohmann/json/pull/182) ([nibroc](https://github.com/nibroc))
1524
-
1525
- ## [v1.0.0](https://github.com/nlohmann/json/releases/tag/v1.0.0) (2015-12-27)
1526
- [Full Changelog](https://github.com/nlohmann/json/compare/v1.0.0-rc1...v1.0.0)
1527
-
1528
- - add key name to exception [\#160](https://github.com/nlohmann/json/issues/160)
1529
- - Getting member discarding qualifyer [\#159](https://github.com/nlohmann/json/issues/159)
1530
- - basic\_json::iterator::value\(\) output includes quotes while basic\_json::iterator::key\(\) doesn't [\#158](https://github.com/nlohmann/json/issues/158)
1531
- - Indexing `const basic\_json\<\>` with `const basic\_string\<char\>` [\#157](https://github.com/nlohmann/json/issues/157)
1532
- - token\_type\_name\(token\_type t\): not all control paths return a value [\#156](https://github.com/nlohmann/json/issues/156)
1533
- - prevent json.hpp from emitting compiler warnings [\#154](https://github.com/nlohmann/json/issues/154)
1534
- - json::parse\(string\) does not check utf8 bom [\#152](https://github.com/nlohmann/json/issues/152)
1535
- - unsigned 64bit values output as signed [\#151](https://github.com/nlohmann/json/issues/151)
1536
- - Wish feature: json5 [\#150](https://github.com/nlohmann/json/issues/150)
1537
- - Unable to compile on MSVC 2015 with SDL checking enabled: This function or variable may be unsafe. [\#149](https://github.com/nlohmann/json/issues/149)
1538
- - "Json Object" type does not keep object order [\#148](https://github.com/nlohmann/json/issues/148)
1539
- - dump\(\) convert strings encoded by utf-8 to shift-jis on windows 10. [\#147](https://github.com/nlohmann/json/issues/147)
1540
- - Unable to get field names in a json object [\#145](https://github.com/nlohmann/json/issues/145)
1541
- - Question: Is the use of incomplete type correct? [\#138](https://github.com/nlohmann/json/issues/138)
1542
- - json.hpp:5746:32: error: 'to\_string' is not a member of 'std' [\#136](https://github.com/nlohmann/json/issues/136)
1543
- - Bug in basic\_json::operator\[\] const overload [\#135](https://github.com/nlohmann/json/issues/135)
1544
- - wrong enable\_if for const pointer \(instead of pointer-to-const\) [\#134](https://github.com/nlohmann/json/issues/134)
1545
- - overload of at\(\) with default value [\#133](https://github.com/nlohmann/json/issues/133)
1546
- - Splitting source [\#132](https://github.com/nlohmann/json/issues/132)
1547
- - Question about get\_ptr\(\) [\#127](https://github.com/nlohmann/json/issues/127)
1548
- - Visual Studio 14 Debug assertion failed [\#125](https://github.com/nlohmann/json/issues/125)
1549
- - Memory leak in face of exceptions [\#118](https://github.com/nlohmann/json/issues/118)
1550
- - Find and Count for arrays [\#117](https://github.com/nlohmann/json/issues/117)
1551
- - dynamically constructing an arbitrarily nested object [\#114](https://github.com/nlohmann/json/issues/114)
1552
- - Returning any data type [\#113](https://github.com/nlohmann/json/issues/113)
1553
- - Compile error with g++ 4.9.3 cygwin 64-bit [\#112](https://github.com/nlohmann/json/issues/112)
1554
- - insert json array issue with gcc4.8.2 [\#110](https://github.com/nlohmann/json/issues/110)
1555
- - error: unterminated raw string [\#109](https://github.com/nlohmann/json/issues/109)
1556
- - vector\<json\> copy constructor really weird [\#108](https://github.com/nlohmann/json/issues/108)
1557
- - \[clang-3.6.2\] string/sstream with number to json issue [\#107](https://github.com/nlohmann/json/issues/107)
1558
- - maintaining order of keys during iteration [\#106](https://github.com/nlohmann/json/issues/106)
1559
- - object field accessors [\#103](https://github.com/nlohmann/json/issues/103)
1560
- - v8pp and json [\#95](https://github.com/nlohmann/json/issues/95)
1561
- - Wishlist [\#65](https://github.com/nlohmann/json/issues/65)
1562
- - Windows/Visual Studio \(through 2013\) is unsupported [\#62](https://github.com/nlohmann/json/issues/62)
1563
-
1564
- - Replace sprintf with hex function, this fixes \#149 [\#153](https://github.com/nlohmann/json/pull/153) ([whackashoe](https://github.com/whackashoe))
1565
- - Fix character skipping after a surrogate pair [\#146](https://github.com/nlohmann/json/pull/146) ([robertmrk](https://github.com/robertmrk))
1566
- - Detect correctly pointer-to-const [\#137](https://github.com/nlohmann/json/pull/137) ([dariomt](https://github.com/dariomt))
1567
- - disabled "CopyAssignable" test for MSVC in Debug mode, see \#125 [\#131](https://github.com/nlohmann/json/pull/131) ([dariomt](https://github.com/dariomt))
1568
- - removed stream operator for iterator, resolution for \#125 [\#130](https://github.com/nlohmann/json/pull/130) ([dariomt](https://github.com/dariomt))
1569
- - fixed typos in comments for examples [\#129](https://github.com/nlohmann/json/pull/129) ([dariomt](https://github.com/dariomt))
1570
- - Remove superfluous inefficiency [\#126](https://github.com/nlohmann/json/pull/126) ([d-frey](https://github.com/d-frey))
1571
- - remove invalid parameter '-stdlib=libc++' in CMakeLists.txt [\#124](https://github.com/nlohmann/json/pull/124) ([emvivre](https://github.com/emvivre))
1572
- - exception-safe object creation, fixes \#118 [\#122](https://github.com/nlohmann/json/pull/122) ([d-frey](https://github.com/d-frey))
1573
- - Fix small oversight. [\#121](https://github.com/nlohmann/json/pull/121) ([ColinH](https://github.com/ColinH))
1574
- - Overload parse\(\) to accept an rvalue reference [\#120](https://github.com/nlohmann/json/pull/120) ([silverweed](https://github.com/silverweed))
1575
- - Use the right variable name in doc string [\#115](https://github.com/nlohmann/json/pull/115) ([whoshuu](https://github.com/whoshuu))
1576
-
1577
- ## [v1.0.0-rc1](https://github.com/nlohmann/json/releases/tag/v1.0.0-rc1) (2015-07-26)
1578
- - Finish documenting the public interface in Doxygen [\#102](https://github.com/nlohmann/json/issues/102)
1579
- - Binary string causes numbers to be dumped as hex [\#101](https://github.com/nlohmann/json/issues/101)
1580
- - failed to iterator json object with reverse\_iterator [\#100](https://github.com/nlohmann/json/issues/100)
1581
- - 'noexcept' : unknown override specifier [\#99](https://github.com/nlohmann/json/issues/99)
1582
- - json float parsing problem [\#98](https://github.com/nlohmann/json/issues/98)
1583
- - Adjust wording to JSON RFC [\#97](https://github.com/nlohmann/json/issues/97)
1584
- - 17 MB / 90 MB repo size!? [\#96](https://github.com/nlohmann/json/issues/96)
1585
- - static analysis warnings [\#94](https://github.com/nlohmann/json/issues/94)
1586
- - reverse\_iterator operator inheritance problem [\#93](https://github.com/nlohmann/json/issues/93)
1587
- - init error [\#92](https://github.com/nlohmann/json/issues/92)
1588
- - access by \(const\) reference [\#91](https://github.com/nlohmann/json/issues/91)
1589
- - is\_integer and is\_float tests [\#90](https://github.com/nlohmann/json/issues/90)
1590
- - Nonstandard integer type [\#89](https://github.com/nlohmann/json/issues/89)
1591
- - static library build [\#84](https://github.com/nlohmann/json/issues/84)
1592
- - lexer::get\_number return NAN [\#82](https://github.com/nlohmann/json/issues/82)
1593
- - MinGW have no std::to\_string [\#80](https://github.com/nlohmann/json/issues/80)
1594
- - Incorrect behaviour of basic\_json::count method [\#78](https://github.com/nlohmann/json/issues/78)
1595
- - Invoking is\_array\(\) function creates "null" value [\#77](https://github.com/nlohmann/json/issues/77)
1596
- - dump\(\) / parse\(\) not idempotent [\#76](https://github.com/nlohmann/json/issues/76)
1597
- - Handle infinity and NaN cases [\#70](https://github.com/nlohmann/json/issues/70)
1598
- - errors in g++-4.8.1 [\#68](https://github.com/nlohmann/json/issues/68)
1599
- - Keys when iterating over objects [\#67](https://github.com/nlohmann/json/issues/67)
1600
- - Compilation results in tons of warnings [\#64](https://github.com/nlohmann/json/issues/64)
1601
- - Complete brief documentation [\#61](https://github.com/nlohmann/json/issues/61)
1602
- - Double quotation mark is not parsed correctly [\#60](https://github.com/nlohmann/json/issues/60)
1603
- - Get coverage back to 100% [\#58](https://github.com/nlohmann/json/issues/58)
1604
- - erase elements using iterators [\#57](https://github.com/nlohmann/json/issues/57)
1605
- - Removing item from array [\#56](https://github.com/nlohmann/json/issues/56)
1606
- - Serialize/Deserialize like PHP? [\#55](https://github.com/nlohmann/json/issues/55)
1607
- - Numbers as keys [\#54](https://github.com/nlohmann/json/issues/54)
1608
- - Why are elements alphabetized on key while iterating? [\#53](https://github.com/nlohmann/json/issues/53)
1609
- - Document erase, count, and iterators key and value [\#52](https://github.com/nlohmann/json/issues/52)
1610
- - Do not use std::to\_string [\#51](https://github.com/nlohmann/json/issues/51)
1611
- - Supported compilers [\#50](https://github.com/nlohmann/json/issues/50)
1612
- - Confused about iterating through json objects [\#49](https://github.com/nlohmann/json/issues/49)
1613
- - Use non-member begin/end [\#48](https://github.com/nlohmann/json/issues/48)
1614
- - Erase key [\#47](https://github.com/nlohmann/json/issues/47)
1615
- - Key iterator [\#46](https://github.com/nlohmann/json/issues/46)
1616
- - Add count member function [\#45](https://github.com/nlohmann/json/issues/45)
1617
- - Problem getting vector \(array\) of strings [\#44](https://github.com/nlohmann/json/issues/44)
1618
- - Compilation error due to assuming that private=public [\#43](https://github.com/nlohmann/json/issues/43)
1619
- - Use of deprecated implicit copy constructor [\#42](https://github.com/nlohmann/json/issues/42)
1620
- - Printing attribute names [\#39](https://github.com/nlohmann/json/issues/39)
1621
- - dumping a small number\_float just outputs 0.000000 [\#37](https://github.com/nlohmann/json/issues/37)
1622
- - find is error [\#32](https://github.com/nlohmann/json/issues/32)
1623
- - Avoid using spaces when encoding without pretty print [\#31](https://github.com/nlohmann/json/issues/31)
1624
- - Cannot encode long numbers [\#30](https://github.com/nlohmann/json/issues/30)
1625
- - segmentation fault when iterating over empty arrays/objects [\#28](https://github.com/nlohmann/json/issues/28)
1626
- - Creating an empty array [\#27](https://github.com/nlohmann/json/issues/27)
1627
- - Custom allocator support [\#25](https://github.com/nlohmann/json/issues/25)
1628
- - make the type of the used string container customizable [\#20](https://github.com/nlohmann/json/issues/20)
1629
- - Improper parsing of JSON string "\\" [\#17](https://github.com/nlohmann/json/issues/17)
1630
- - create a header-only version [\#16](https://github.com/nlohmann/json/issues/16)
1631
- - Don't return "const values" [\#15](https://github.com/nlohmann/json/issues/15)
1632
- - Add to\_string overload for indentation [\#13](https://github.com/nlohmann/json/issues/13)
1633
- - string parser does not recognize uncompliant strings [\#12](https://github.com/nlohmann/json/issues/12)
1634
- - possible double-free in find function [\#11](https://github.com/nlohmann/json/issues/11)
1635
- - UTF-8 encoding/deconding/testing [\#10](https://github.com/nlohmann/json/issues/10)
1636
- - move code into namespace [\#9](https://github.com/nlohmann/json/issues/9)
1637
- - free functions for explicit objects and arrays in initializer lists [\#8](https://github.com/nlohmann/json/issues/8)
1638
- - unique\_ptr for ownership [\#7](https://github.com/nlohmann/json/issues/7)
1639
- - Add unit tests [\#4](https://github.com/nlohmann/json/issues/4)
1640
- - Drop C++98 support [\#3](https://github.com/nlohmann/json/issues/3)
1641
- - Test case coverage [\#2](https://github.com/nlohmann/json/issues/2)
1642
- - Runtime error in Travis job [\#1](https://github.com/nlohmann/json/issues/1)
1643
-
1644
- - Keyword 'inline' is useless when member functions are defined in headers [\#87](https://github.com/nlohmann/json/pull/87) ([ahamez](https://github.com/ahamez))
1645
- - Remove useless typename [\#86](https://github.com/nlohmann/json/pull/86) ([ahamez](https://github.com/ahamez))
1646
- - Avoid warning with Xcode's clang [\#85](https://github.com/nlohmann/json/pull/85) ([ahamez](https://github.com/ahamez))
1647
- - Fix typos [\#73](https://github.com/nlohmann/json/pull/73) ([aqnouch](https://github.com/aqnouch))
1648
- - Replace `default\_callback` function with `nullptr` and check for null… [\#72](https://github.com/nlohmann/json/pull/72) ([aburgh](https://github.com/aburgh))
1649
- - support enum [\#71](https://github.com/nlohmann/json/pull/71) ([likebeta](https://github.com/likebeta))
1650
- - Fix performance regression introduced with the parsing callback feature. [\#69](https://github.com/nlohmann/json/pull/69) ([aburgh](https://github.com/aburgh))
1651
- - Improve the implementations of the comparission-operators [\#63](https://github.com/nlohmann/json/pull/63) ([Florianjw](https://github.com/Florianjw))
1652
- - Fix compilation of json\_unit with GCC 5 [\#59](https://github.com/nlohmann/json/pull/59) ([dkopecek](https://github.com/dkopecek))
1653
- - Parse streams incrementally. [\#40](https://github.com/nlohmann/json/pull/40) ([aburgh](https://github.com/aburgh))
1654
- - Feature/small float serialization [\#38](https://github.com/nlohmann/json/pull/38) ([jrandall](https://github.com/jrandall))
1655
- - template version with re2c scanner [\#36](https://github.com/nlohmann/json/pull/36) ([nlohmann](https://github.com/nlohmann))
1656
- - more descriptive documentation in example [\#33](https://github.com/nlohmann/json/pull/33) ([luxe](https://github.com/luxe))
1657
- - Fix string conversion under Clang [\#26](https://github.com/nlohmann/json/pull/26) ([wancw](https://github.com/wancw))
1658
- - Fixed dumping of strings [\#24](https://github.com/nlohmann/json/pull/24) ([Teemperor](https://github.com/Teemperor))
1659
- - Added a remark to the readme that coverage is GCC only for now [\#23](https://github.com/nlohmann/json/pull/23) ([Teemperor](https://github.com/Teemperor))
1660
- - Unicode escaping [\#22](https://github.com/nlohmann/json/pull/22) ([Teemperor](https://github.com/Teemperor))
1661
- - Implemented the JSON spec for string parsing for everything but the \uXXXX escaping [\#21](https://github.com/nlohmann/json/pull/21) ([Teemperor](https://github.com/Teemperor))
1662
- - add the std iterator typedefs to iterator and const\_iterator [\#19](https://github.com/nlohmann/json/pull/19) ([kirkshoop](https://github.com/kirkshoop))
1663
- - Fixed escaped quotes [\#18](https://github.com/nlohmann/json/pull/18) ([Teemperor](https://github.com/Teemperor))
1664
- - Fix double delete on std::bad\_alloc exception [\#14](https://github.com/nlohmann/json/pull/14) ([elliotgoodrich](https://github.com/elliotgoodrich))
1665
- - Added CMake and lcov [\#6](https://github.com/nlohmann/json/pull/6) ([Teemperor](https://github.com/Teemperor))
1666
- - Version 2.0 [\#5](https://github.com/nlohmann/json/pull/5) ([nlohmann](https://github.com/nlohmann))
1667
-
1668
-
1669
-
1670
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*