- May 08, 2020
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
add `scripts` directory to EXTRA_DIST
-
Petri Lehtinen authored
add jansson_* to shared library exports
-
- May 06, 2020
- May 05, 2020
-
-
Petri Lehtinen authored
-
- Jan 21, 2020
-
-
Petri Lehtinen authored
Update apiref.rst
-
Nan Xiao authored
-
- Oct 24, 2019
-
-
Petri Lehtinen authored
add MinGW build guideline and tips to disable building docs
-
Petri Lehtinen authored
-
Petri Lehtinen authored
add changes since v2.12
-
Petri Lehtinen authored
-
- Oct 22, 2019
-
-
allen authored
-
- Oct 21, 2019
-
-
Petri Lehtinen authored
Format code with clang-format
-
AllenX2018 authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Set ColumnLimit to 90, remove AllowShortCaseLabelsOnASingleLine.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
fix issue #441: remove strtod definition in strconv.c
-
willson-chen authored
-
- Oct 18, 2019
-
-
Petri Lehtinen authored
Add json_object_update_new, json_object_update_existing_new and json_object_update_missing_new
-
- Oct 17, 2019
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Recursive object update
-
Petri Lehtinen authored
fix issue #426: fix pipe function in MinGW
-
Petri Lehtinen authored
fix issue #481
-
Petri Lehtinen authored
fix issue #453:update FindSphinx.cmake to better align with find sphinx package.
-
Petri Lehtinen authored
add note for non-blocking file descriptor used for json_loadfd
-
Petri Lehtinen authored
fix typo & add negative test case for test_equal_complex
-
- Oct 15, 2019
-
-
allen authored
-
- Oct 14, 2019
-
-
allen authored
-
- Oct 12, 2019
- Oct 11, 2019
-
-
Henrique Cabral authored
Support merging values nested within objects. For instance, merging: { "foo": 1, "bar": { "baz": 2 } } with { "bar": { "baz": 3 } } results in { "foo": 1, "bar": { "baz": 3 } } instead of overwriting the value for the bar key.
-
- Oct 10, 2019
-
-
allen authored
-