You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

issues_closed_for_0.13.md 28 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. This list was created with:
  2. ```
  3. curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=1" > issues1.out
  4. curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=2" > issues2.out
  5. curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=3" > issues3.out
  6. jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md
  7. sed -e's,^\[ *\(.*\)\](https://api.github.com/.*/\([0-9].*\)),[Issue #\2](https://github.com/json-c/json-c/issues/\2) - \1,' -i issues.md
  8. #... manual editing ...
  9. ```
  10. ----
  11. Issues and Pull Requests closed for the 0.13 release
  12. (since commit f84d9c, the 0.12 branch point, 2014-04-10)
  13. * [Issue #61](https://github.com/json-c/json-c/issues/61) - Make json_object_object_add() indicate success or failure, test fix \
  14. * [Issue #113](https://github.com/json-c/json-c/issues/113) - Build fixes (make dist and make distcheck) \
  15. * [Issue #124](https://github.com/json-c/json-c/issues/124) - Fixing build \
  16. * [Issue #125](https://github.com/json-c/json-c/issues/125) - Fix compile error(variable size set but not used) on g++4.6 \
  17. * [Issue #126](https://github.com/json-c/json-c/issues/126) - Removed unused size variable. \
  18. * [Issue #127](https://github.com/json-c/json-c/issues/127) - remove unused `size` variable \
  19. * [Issue #128](https://github.com/json-c/json-c/issues/128) - Remove unused variable from json_tokenizer.c \
  20. * [Issue #130](https://github.com/json-c/json-c/issues/130) - Failed to compile under Ubuntu 13.10 32bit \
  21. * [Issue #131](https://github.com/json-c/json-c/issues/131) - undefined symbol: __sync_val_compare_and_swap_4 \
  22. * [Issue #132](https://github.com/json-c/json-c/issues/132) - Remove unused variable 'size' \
  23. * [Issue #133](https://github.com/json-c/json-c/issues/133) - Update and rename README to README.md \
  24. * [Issue #134](https://github.com/json-c/json-c/issues/134) - Must remove variable size... \
  25. * [Issue #135](https://github.com/json-c/json-c/issues/135) - bits.h uses removed json_tokener_errors\[error\] \
  26. * [Issue #136](https://github.com/json-c/json-c/issues/136) - Error when running make check \
  27. * [Issue #137](https://github.com/json-c/json-c/issues/137) - config.h.in should not be in git \
  28. * [Issue #138](https://github.com/json-c/json-c/issues/138) - Can't build on RHEL 6.5 due to dependency on automake-1.14 \
  29. * [Issue #140](https://github.com/json-c/json-c/issues/140) - Code bug in random_test.c evaluating same expression twice \
  30. * [Issue #141](https://github.com/json-c/json-c/issues/141) - Removed duplicate check in random_seed test - bug #140 \
  31. * [Issue #142](https://github.com/json-c/json-c/issues/142) - Please undeprecate json_object_object_get \
  32. * [Issue #144](https://github.com/json-c/json-c/issues/144) - Introduce json_object_from_fd \
  33. * [Issue #145](https://github.com/json-c/json-c/issues/145) - Handle % character properly \
  34. * [Issue #146](https://github.com/json-c/json-c/issues/146) - TAGS rename \
  35. * [Issue #148](https://github.com/json-c/json-c/issues/148) - Bump the soname \
  36. * [Issue #149](https://github.com/json-c/json-c/issues/149) - SONAME bump \
  37. * [Issue #150](https://github.com/json-c/json-c/issues/150) - Fix build using MinGW. \
  38. * [Issue #151](https://github.com/json-c/json-c/issues/151) - Remove json_type enum trailing comma \
  39. * [Issue #152](https://github.com/json-c/json-c/issues/152) - error while compiling json-c library version 0.11 \
  40. * [Issue #153](https://github.com/json-c/json-c/issues/153) - improve doc for json_object_to_json_string() \
  41. * [Issue #154](https://github.com/json-c/json-c/issues/154) - double precision \
  42. * [Issue #155](https://github.com/json-c/json-c/issues/155) - add bsearch for arrays \
  43. * [Issue #156](https://github.com/json-c/json-c/issues/156) - Remove trailing whitespaces \
  44. * [Issue #157](https://github.com/json-c/json-c/issues/157) - JSON-C shall not exit on calloc fail. \
  45. * [Issue #158](https://github.com/json-c/json-c/issues/158) - while using json-c 0.11, I am facing strange crash issue in json_object_put. \
  46. * [Issue #159](https://github.com/json-c/json-c/issues/159) - json_tokener.c compile error \
  47. * [Issue #160](https://github.com/json-c/json-c/issues/160) - missing header file on windows?? \
  48. * [Issue #161](https://github.com/json-c/json-c/issues/161) - Is there a way to append to file? \
  49. * [Issue #162](https://github.com/json-c/json-c/issues/162) - json_util: add directory check for POSIX distros \
  50. * [Issue #163](https://github.com/json-c/json-c/issues/163) - Fix Win32 build problems \
  51. * [Issue #164](https://github.com/json-c/json-c/issues/164) - made it compile and link on Widnows (as static library) \
  52. * [Issue #165](https://github.com/json-c/json-c/issues/165) - json_object_to_json_string_ext length \
  53. * [Issue #167](https://github.com/json-c/json-c/issues/167) - Can't build on Windows with Visual Studio 2010 \
  54. * [Issue #168](https://github.com/json-c/json-c/issues/168) - Tightening the number parsing algorithm \
  55. * [Issue #169](https://github.com/json-c/json-c/issues/169) - Doesn't compile on ubuntu 14.04, 64bit \
  56. * [Issue #170](https://github.com/json-c/json-c/issues/170) - Generated files in repository \
  57. * [Issue #171](https://github.com/json-c/json-c/issues/171) - Update configuration for VS2010 and win64 \
  58. * [Issue #172](https://github.com/json-c/json-c/issues/172) - Adding support for parsing octal numbers \
  59. * [Issue #173](https://github.com/json-c/json-c/issues/173) - json_parse_int64 doesn't work correctly at illumos \
  60. * [Issue #174](https://github.com/json-c/json-c/issues/174) - Adding JSON_C_TO_STRING_PRETTY_TAB flag \
  61. * [Issue #175](https://github.com/json-c/json-c/issues/175) - make check fails 4 tests with overflows when built with ASAN \
  62. * [Issue #176](https://github.com/json-c/json-c/issues/176) - Possible to delete an array element at a given idx ? \
  63. * [Issue #177](https://github.com/json-c/json-c/issues/177) - Fix compiler warnings \
  64. * [Issue #178](https://github.com/json-c/json-c/issues/178) - Unable to compile on CentOS5 \
  65. * [Issue #179](https://github.com/json-c/json-c/issues/179) - Added array_list_del_idx and json_object_array_del_idx \
  66. * [Issue #180](https://github.com/json-c/json-c/issues/180) - Enable silent build by default \
  67. * [Issue #181](https://github.com/json-c/json-c/issues/181) - json_tokener_parse_ex accepts invalid JSON \
  68. * [Issue #182](https://github.com/json-c/json-c/issues/182) - Link against libm when needed \
  69. * [Issue #183](https://github.com/json-c/json-c/issues/183) - Apply compile warning fix to master branch \
  70. * [Issue #184](https://github.com/json-c/json-c/issues/184) - Use only GCC-specific flags when compiling with GCC \
  71. * [Issue #185](https://github.com/json-c/json-c/issues/185) - compile error \
  72. * [Issue #186](https://github.com/json-c/json-c/issues/186) - Syntax error \
  73. * [Issue #187](https://github.com/json-c/json-c/issues/187) - array_list_get_idx and negative indexes. \
  74. * [Issue #188](https://github.com/json-c/json-c/issues/188) - json_object_object_foreach warnings \
  75. * [Issue #189](https://github.com/json-c/json-c/issues/189) - noisy json_object_from_file: error opening file \
  76. * [Issue #190](https://github.com/json-c/json-c/issues/190) - warning: initialization discards const qualifier from pointer target type \[enabled by default\] \
  77. * [Issue #192](https://github.com/json-c/json-c/issues/192) - json_tokener_parse accepts invalid JSON {"key": "value" , } \
  78. * [Issue #193](https://github.com/json-c/json-c/issues/193) - Make serialization format of doubles configurable \
  79. * [Issue #194](https://github.com/json-c/json-c/issues/194) - Add utility function for comparing json_objects \
  80. * [Issue #195](https://github.com/json-c/json-c/issues/195) - Call uselocale instead of setlocale \
  81. * [Issue #196](https://github.com/json-c/json-c/issues/196) - Performance improvements \
  82. * [Issue #197](https://github.com/json-c/json-c/issues/197) - Time for a new release? \
  83. * [Issue #198](https://github.com/json-c/json-c/issues/198) - Fix possible memory leak and remove superfluous NULL checks before free() \
  84. * [Issue #199](https://github.com/json-c/json-c/issues/199) - Fix build in Visual Studio \
  85. * [Issue #200](https://github.com/json-c/json-c/issues/200) - Add build scripts for CI platforms \
  86. * [Issue #201](https://github.com/json-c/json-c/issues/201) - disable forward-slash escaping? \
  87. * [Issue #202](https://github.com/json-c/json-c/issues/202) - Array with objects support \
  88. * [Issue #203](https://github.com/json-c/json-c/issues/203) - Add source position/coordinates to API \
  89. * [Issue #204](https://github.com/json-c/json-c/issues/204) - json-c/json.h not found \
  90. * [Issue #205](https://github.com/json-c/json-c/issues/205) - json-c Compiled with Visual Studios \
  91. * [Issue #206](https://github.com/json-c/json-c/issues/206) - what do i use in place of json_object_object_get? \
  92. * [Issue #207](https://github.com/json-c/json-c/issues/207) - Add support for property pairs directly added to arrays \
  93. * [Issue #208](https://github.com/json-c/json-c/issues/208) - Performance enhancements (mainly) to json_object_to_json_string() \
  94. * [Issue #209](https://github.com/json-c/json-c/issues/209) - fix regression from 2d549662be832da838aa063da2efa78ee3b99668 \
  95. * [Issue #210](https://github.com/json-c/json-c/issues/210) - Use size_t for arrays \
  96. * [Issue #211](https://github.com/json-c/json-c/issues/211) - Atomic updates for the refcount \
  97. * [Issue #212](https://github.com/json-c/json-c/issues/212) - Refcount doesn't work between threads \
  98. * [Issue #213](https://github.com/json-c/json-c/issues/213) - fix to compile with microsoft visual c++ 2010 \
  99. * [Issue #214](https://github.com/json-c/json-c/issues/214) - Some non-GNU systems support __sync_val_compare_and_swap \
  100. * [Issue #215](https://github.com/json-c/json-c/issues/215) - Build json-c for window 64 bit. \
  101. * [Issue #216](https://github.com/json-c/json-c/issues/216) - configure: check realloc with AC_CHECK_FUNCS() to fix cross-compilation. \
  102. * [Issue #217](https://github.com/json-c/json-c/issues/217) - Checking for functions in float.h \
  103. * [Issue #218](https://github.com/json-c/json-c/issues/218) - Use a macro to indicate C99 to the compiler \
  104. * [Issue #219](https://github.com/json-c/json-c/issues/219) - Fix various potential null ptr deref and int32 overflows \
  105. * [Issue #220](https://github.com/json-c/json-c/issues/220) - Add utility function for comparing json_objects \
  106. * [Issue #221](https://github.com/json-c/json-c/issues/221) - JSON_C_TO_STRING_NOSLASHESCAPE works incorrectly \
  107. * [Issue #222](https://github.com/json-c/json-c/issues/222) - Fix issue #221: JSON_C_TO_STRING_NOSLASHESCAPE works incorrectly \
  108. * [Issue #223](https://github.com/json-c/json-c/issues/223) - Clarify json_object_get_string documentation of NULL handling & return \
  109. * [Issue #224](https://github.com/json-c/json-c/issues/224) - json_tokener.c - all warnings being treated as errors \
  110. * [Issue #225](https://github.com/json-c/json-c/issues/225) - Hi, will you support clib as a "registry"? \
  111. * [Issue #227](https://github.com/json-c/json-c/issues/227) - Bump SOVERSION to 3 \
  112. * [Issue #228](https://github.com/json-c/json-c/issues/228) - avoid double slashes from json \
  113. * [Issue #229](https://github.com/json-c/json-c/issues/229) - configure fails: checking size of size_t... configure: error: cannot determine a size for size_t \
  114. * [Issue #230](https://github.com/json-c/json-c/issues/230) - Use stdint.h to check for size_t size \
  115. * [Issue #231](https://github.com/json-c/json-c/issues/231) - Fix size_t size check for first-time builds \
  116. * [Issue #232](https://github.com/json-c/json-c/issues/232) - tests/tests1: fix printf format for size_t arguments \
  117. * [Issue #233](https://github.com/json-c/json-c/issues/233) - Include stddef.h in json_object.h \
  118. * [Issue #234](https://github.com/json-c/json-c/issues/234) - Add public API to use userdata independently of custom serializer \
  119. * [Issue #235](https://github.com/json-c/json-c/issues/235) - Undefined symbols Error for architecture x86_64 on Mac \
  120. * [Issue #236](https://github.com/json-c/json-c/issues/236) - Building a project which uses json-c with flag -Wcast-qual causes compilation errors \
  121. * [Issue #237](https://github.com/json-c/json-c/issues/237) - handle escaped utf-8 \
  122. * [Issue #238](https://github.com/json-c/json-c/issues/238) - linkhash.c: optimised the table_free path \
  123. * [Issue #239](https://github.com/json-c/json-c/issues/239) - initialize null terminator of new printbuf \
  124. * [Issue #240](https://github.com/json-c/json-c/issues/240) - Compile error: Variable set but not used \
  125. * [Issue #241](https://github.com/json-c/json-c/issues/241) - getting error in date string 19\/07\/2016, fixed for error 19/07/2016 \
  126. * [Issue #242](https://github.com/json-c/json-c/issues/242) - json_tokener_parse error \
  127. * [Issue #243](https://github.com/json-c/json-c/issues/243) - Fix #165 \
  128. * [Issue #244](https://github.com/json-c/json-c/issues/244) - Error while compiling source from RHEL5, could you please help me to fix this \
  129. * [Issue #245](https://github.com/json-c/json-c/issues/245) - json-c compile in window xp \
  130. * [Issue #246](https://github.com/json-c/json-c/issues/246) - Mac: uselocale failed to build \
  131. * [Issue #247](https://github.com/json-c/json-c/issues/247) - json_object_array_del_idx function has segment fault error? \
  132. * [Issue #248](https://github.com/json-c/json-c/issues/248) - Minor changes in C source code \
  133. * [Issue #249](https://github.com/json-c/json-c/issues/249) - Improving README \
  134. * [Issue #250](https://github.com/json-c/json-c/issues/250) - Improving .gitignore \
  135. * [Issue #251](https://github.com/json-c/json-c/issues/251) - Adding a file for EditorConfig \
  136. * [Issue #252](https://github.com/json-c/json-c/issues/252) - Very minor changes not related to C source code \
  137. * [Issue #253](https://github.com/json-c/json-c/issues/253) - Adding a test with cppcheck for Travis CI \
  138. * [Issue #254](https://github.com/json-c/json-c/issues/254) - Very minor changes to some tests \
  139. * [Issue #255](https://github.com/json-c/json-c/issues/255) - Minor changes in C source code \
  140. * [Issue #256](https://github.com/json-c/json-c/issues/256) - Mailing list dead? \
  141. * [Issue #257](https://github.com/json-c/json-c/issues/257) - Defining a coding style \
  142. * [Issue #258](https://github.com/json-c/json-c/issues/258) - Enable CI services \
  143. * [Issue #259](https://github.com/json-c/json-c/issues/259) - Fails to parse valid json \
  144. * [Issue #260](https://github.com/json-c/json-c/issues/260) - Adding an object to itself \
  145. * [Issue #261](https://github.com/json-c/json-c/issues/261) - Lack of proper documentation \
  146. * [Issue #262](https://github.com/json-c/json-c/issues/262) - Add Cmakefile and fix compiler warning. \
  147. * [Issue #263](https://github.com/json-c/json-c/issues/263) - Compiler Warnings with VS2015 \
  148. * [Issue #264](https://github.com/json-c/json-c/issues/264) - successed in simple test while failed in my project \
  149. * [Issue #265](https://github.com/json-c/json-c/issues/265) - Conformance report for reference \
  150. * [Issue #266](https://github.com/json-c/json-c/issues/266) - crash perhaps related to reference counting \
  151. * [Issue #267](https://github.com/json-c/json-c/issues/267) - Removes me as Win32 maintainer, because I'm not. \
  152. * [Issue #268](https://github.com/json-c/json-c/issues/268) - Documentation of json_object_to_json_string gives no information about memory management \
  153. * [Issue #269](https://github.com/json-c/json-c/issues/269) - json_object_<type>_set(json_object *o,<type> value) API for value setting in json object private structure \
  154. * [Issue #270](https://github.com/json-c/json-c/issues/270) - new API json_object_new_double_f(doubel d,const char * fmt); \
  155. * [Issue #271](https://github.com/json-c/json-c/issues/271) - Cannot compile using CMake on macOS \
  156. * [Issue #273](https://github.com/json-c/json-c/issues/273) - fixed wrong object name in json_object_all_values_equal \
  157. * [Issue #274](https://github.com/json-c/json-c/issues/274) - Support for 64 bit pointers on Windows \
  158. * [Issue #275](https://github.com/json-c/json-c/issues/275) - Out-of-bounds read in json_tokener_parse_ex \
  159. * [Issue #276](https://github.com/json-c/json-c/issues/276) - ./configure for centos release 6.7(final) failure \
  160. * [Issue #277](https://github.com/json-c/json-c/issues/277) - Json object set xxx \
  161. * [Issue #278](https://github.com/json-c/json-c/issues/278) - Serialization of double with no fractional component drops trailing zero \
  162. * [Issue #279](https://github.com/json-c/json-c/issues/279) - Segmentation fault in array_list_length() \
  163. * [Issue #280](https://github.com/json-c/json-c/issues/280) - Should json_object_array_get_idx check whether input obj is array? \
  164. * [Issue #281](https://github.com/json-c/json-c/issues/281) - how to pretty print json-c? \
  165. * [Issue #282](https://github.com/json-c/json-c/issues/282) - ignore temporary files \
  166. * [Issue #283](https://github.com/json-c/json-c/issues/283) - json_pointer: add first revision based on RFC 6901 \
  167. * [Issue #284](https://github.com/json-c/json-c/issues/284) - Resusing json_tokener object \
  168. * [Issue #285](https://github.com/json-c/json-c/issues/285) - Revert "compat/strdup.h: move common compat check for strdup() to own \
  169. * [Issue #286](https://github.com/json-c/json-c/issues/286) - json_tokener_parse_ex() returns json_tokener_continue on zero-length string \
  170. * [Issue #287](https://github.com/json-c/json-c/issues/287) - json_pointer: extend setter & getter with printf() style arguments \
  171. * [Issue #288](https://github.com/json-c/json-c/issues/288) - Fix _GNU_SOURCE define for vasprintf \
  172. * [Issue #289](https://github.com/json-c/json-c/issues/289) - bugfix: floating point representaion without fractional part \
  173. * [Issue #290](https://github.com/json-c/json-c/issues/290) - duplicate an json_object \
  174. * [Issue #291](https://github.com/json-c/json-c/issues/291) - isspace assert error \
  175. * [Issue #292](https://github.com/json-c/json-c/issues/292) - configure error "./configure: line 13121: syntax error near unexpected token `-Wall'" \
  176. * [Issue #293](https://github.com/json-c/json-c/issues/293) - how to make with bitcode for ios \
  177. * [Issue #294](https://github.com/json-c/json-c/issues/294) - Adding UTF-8 validation. Fixes #122 \
  178. * [Issue #295](https://github.com/json-c/json-c/issues/295) - cross compile w/ mingw \
  179. * [Issue #296](https://github.com/json-c/json-c/issues/296) - Missing functions header in json_object.h \
  180. * [Issue #297](https://github.com/json-c/json-c/issues/297) - could not parse string to Json object? Like string str=\"helloworld;E\\test\\log\\;end\" \
  181. * [Issue #298](https://github.com/json-c/json-c/issues/298) - Building using CMake doesn't work \
  182. * [Issue #299](https://github.com/json-c/json-c/issues/299) - Improve json_object -> string performance \
  183. * [Issue #300](https://github.com/json-c/json-c/issues/300) - Running tests with MinGW build \
  184. * [Issue #301](https://github.com/json-c/json-c/issues/301) - How to deep copy json_object in C++ ? \
  185. * [Issue #302](https://github.com/json-c/json-c/issues/302) - json_tokener_parse_ex doesn't parse JSON values \
  186. * [Issue #303](https://github.com/json-c/json-c/issues/303) - fix doc in tokener header file \
  187. * [Issue #304](https://github.com/json-c/json-c/issues/304) - (.text+0x72846): undefined reference to `is_error' \
  188. * [Issue #305](https://github.com/json-c/json-c/issues/305) - Fix compilation without C-99 option \
  189. * [Issue #306](https://github.com/json-c/json-c/issues/306) - ./configure: line 12748 -error=deprecated-declarations \
  190. * [Issue #307](https://github.com/json-c/json-c/issues/307) - Memory leak in json_tokener_parse \
  191. * [Issue #308](https://github.com/json-c/json-c/issues/308) - AM_PROG_LIBTOOL not found on Linux \
  192. * [Issue #309](https://github.com/json-c/json-c/issues/309) - GCC 7 reports various -Wimplicit-fallthrough= errors \
  193. * [Issue #310](https://github.com/json-c/json-c/issues/310) - Add FALLTHRU comment to handle GCC7 warnings. \
  194. * [Issue #311](https://github.com/json-c/json-c/issues/311) - Fix error C3688 when compiling on Visual Studio 2015 \
  195. * [Issue #312](https://github.com/json-c/json-c/issues/312) - Fix CMake Build process improved for MinGW and MSYS2 \
  196. * [Issue #313](https://github.com/json-c/json-c/issues/313) - VERBOSE=1 make check; tests/test_util_file.test.c and tests/test_util_file.expected out of sync \
  197. * [Issue #315](https://github.com/json-c/json-c/issues/315) - Passing -1 to json_tokener_parse_ex is possibly unsafe \
  198. * [Issue #316](https://github.com/json-c/json-c/issues/316) - Memory Returned by json_object_to_json_string not freed \
  199. * [Issue #317](https://github.com/json-c/json-c/issues/317) - json_object_get_string gives segmentation error \
  200. * [Issue #318](https://github.com/json-c/json-c/issues/318) - PVS-Studio static analyzer analyze results \
  201. * [Issue #319](https://github.com/json-c/json-c/issues/319) - Windows: Fix dynamic library build with Visual Studio \
  202. * [Issue #320](https://github.com/json-c/json-c/issues/320) - Can't compile in Mac OS X El Capitan \
  203. * [Issue #321](https://github.com/json-c/json-c/issues/321) - build,cmake: fix vasprintf implicit definition and generate both static & shared libs \
  204. * [Issue #322](https://github.com/json-c/json-c/issues/322) - can not link with libjson-c.a \
  205. * [Issue #323](https://github.com/json-c/json-c/issues/323) - implicit fallthrough detected by gcc 7.1 \
  206. * [Issue #324](https://github.com/json-c/json-c/issues/324) - JsonPath like function? \
  207. * [Issue #325](https://github.com/json-c/json-c/issues/325) - Fix stack buffer overflow in json_object_double_to_json_string_format() \
  208. * [Issue #327](https://github.com/json-c/json-c/issues/327) - why json-c so hard to compile \
  209. * [Issue #328](https://github.com/json-c/json-c/issues/328) - json_object: implement json_object_deep_copy() function \
  210. * [Issue #329](https://github.com/json-c/json-c/issues/329) - build,cmake: build,cmake: rename libjson-c-static.a to libjson-c.a \
  211. * [Issue #330](https://github.com/json-c/json-c/issues/330) - tests: symlink basic tests to a single file that has the common code \
  212. * [Issue #331](https://github.com/json-c/json-c/issues/331) - Safe use of snprintf() / vsnprintf() for Visual studio, and thread-safety fix \
  213. * [Issue #332](https://github.com/json-c/json-c/issues/332) - Valgrind: invalid read after json_object_array_del_idx. \
  214. * [Issue #333](https://github.com/json-c/json-c/issues/333) - Replace obsolete AM_PROG_LIBTOOL \
  215. * [Issue #335](https://github.com/json-c/json-c/issues/335) - README.md: show build status tag from travis-ci.org \
  216. * [Issue #336](https://github.com/json-c/json-c/issues/336) - tests: fix tests in travis-ci.org \
  217. * [Issue #337](https://github.com/json-c/json-c/issues/337) - Synchronize "potentially racy" random seed in lh_char_hash() \
  218. * [Issue #338](https://github.com/json-c/json-c/issues/338) - implement json_object_int_inc(json_object *, int64_t) \
  219. * [Issue #339](https://github.com/json-c/json-c/issues/339) - Json schema validation \
  220. * [Issue #340](https://github.com/json-c/json-c/issues/340) - strerror_override: add extern "C" and JSON_EXPORT specifiers for Visual C++ compilers \
  221. * [Issue #341](https://github.com/json-c/json-c/issues/341) - character "/" parse as "\/" \
  222. * [Issue #342](https://github.com/json-c/json-c/issues/342) - No such file or directory "/usr/include/json.h" \
  223. * [Issue #343](https://github.com/json-c/json-c/issues/343) - Can't parse json \
  224. * [Issue #344](https://github.com/json-c/json-c/issues/344) - Fix Mingw build \
  225. * [Issue #345](https://github.com/json-c/json-c/issues/345) - Fix make dist and make distcheck \
  226. * [Issue #346](https://github.com/json-c/json-c/issues/346) - Clamp double to int32 when narrowing in json_object_get_int. \
  227. * [Issue #347](https://github.com/json-c/json-c/issues/347) - MSVC linker error json_c_strerror \
  228. * [Issue #348](https://github.com/json-c/json-c/issues/348) - why \
  229. * [Issue #349](https://github.com/json-c/json-c/issues/349) - `missing` is missing? \
  230. * [Issue #350](https://github.com/json-c/json-c/issues/350) - stderror-override and disable-shared \
  231. * [Issue #351](https://github.com/json-c/json-c/issues/351) - SIZE_T_MAX redefined from limits.h \
  232. * [Issue #352](https://github.com/json-c/json-c/issues/352) - `INSTALL` overrides an automake script. \
  233. * [Issue #353](https://github.com/json-c/json-c/issues/353) - Documentation issues \
  234. * [Issue #354](https://github.com/json-c/json-c/issues/354) - Fixes #351 #352 #353 \
  235. * [Issue #355](https://github.com/json-c/json-c/issues/355) - 1.make it can been compiled with Visual Studio 2010 by modify the CMakeList.txt and others \
  236. * [Issue #356](https://github.com/json-c/json-c/issues/356) - VS2008 test test_util_file.cpp err! \
  237. * [Issue #357](https://github.com/json-c/json-c/issues/357) - __json_c_strerror incompatibility with link-time optimization \
  238. * [Issue #358](https://github.com/json-c/json-c/issues/358) - make issue \
  239. * [Issue #359](https://github.com/json-c/json-c/issues/359) - update CMakeLists.txt for compile with visual studio at least 2010 \
  240. * [Issue #360](https://github.com/json-c/json-c/issues/360) - Use strtoll() to parse ints \
  241. * [Issue #361](https://github.com/json-c/json-c/issues/361) - Fix double to int cast overflow in json_object_get_int64. \
  242. * [Issue #362](https://github.com/json-c/json-c/issues/362) - CMake Package Config \
  243. * [Issue #363](https://github.com/json-c/json-c/issues/363) - Issue #338, add json_object_add_int functions \
  244. * [Issue #364](https://github.com/json-c/json-c/issues/364) - Cmake is Errir \
  245. * [Issue #365](https://github.com/json-c/json-c/issues/365) - added fallthrough for gcc7 \
  246. * [Issue #366](https://github.com/json-c/json-c/issues/366) - how to check the json string,crash! \
  247. * [Issue #367](https://github.com/json-c/json-c/issues/367) - Is json-c support "redirect" semantic? \
  248. * [Issue #368](https://github.com/json-c/json-c/issues/368) - Add examples \
  249. * [Issue #369](https://github.com/json-c/json-c/issues/369) - How to build json-c library for android? \
  250. * [Issue #370](https://github.com/json-c/json-c/issues/370) - Compiling using clang-cl \
  251. * [Issue #371](https://github.com/json-c/json-c/issues/371) - Invalid parsing for Infinity with json-c 0.12 \
  252. * [Issue #372](https://github.com/json-c/json-c/issues/372) - Json-c 0.12: Fixed Infinity bug \
  253. * [Issue #373](https://github.com/json-c/json-c/issues/373) - build: fix build on appveyor CI \
  254. * [Issue #374](https://github.com/json-c/json-c/issues/374) - Undefined symbols for architecture x86_64: \
  255. * [Issue #375](https://github.com/json-c/json-c/issues/375) - what would happened when json_object_object_add add the same key \
  256. * [Issue #376](https://github.com/json-c/json-c/issues/376) - Eclipse error \
  257. * [Issue #377](https://github.com/json-c/json-c/issues/377) - on gcc 7.2.0 on my linux distribution with json-c 2013-04-02 source \
  258. * [Issue #378](https://github.com/json-c/json-c/issues/378) - Eclipse: library (libjson-c) not found, but configured \
  259. * [Issue #379](https://github.com/json-c/json-c/issues/379) - error: this statement may fall through \[-Werror=implicit-fallthrough=\] \
  260. * [Issue #380](https://github.com/json-c/json-c/issues/380) - Build on Windows \
  261. * [Issue #381](https://github.com/json-c/json-c/issues/381) - Fix makedist \
  262. * [Issue #382](https://github.com/json-c/json-c/issues/382) - Memory leak for json_tokener_parse_ex for version 0.12.1 \
  263. * [Issue #383](https://github.com/json-c/json-c/issues/383) - Fix a compiler warning. \
  264. * [Issue #384](https://github.com/json-c/json-c/issues/384) - Fix a VS 2015 compiler warnings. \