./textproc/json-c, JSON library in C

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 0.18, Package name: json-c-0.18, Maintainer: ryoon

JSON-C implements a reference counting object model that allows
you to easily construct JSON objects in C, output them as JSON
formatted strings and parse JSON formatted strings back into the
C representation of JSON objects.


Master sites:

Filesize: 392.371 KB

Version history: (Expand)


CVS history: (Expand)


   2025-08-11 10:44:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
json-c: fix build with cmake 4
   2025-03-08 20:19:21 by Harold Gutch | Files touched by this commit (1)
Log message:
Fix building with "doc" option.

Reported in pkg/59000 by Robert Whitlock.
   2025-01-11 15:31:24 by Ryo ONODERA | Files touched by this commit (3)
Log message:
textproc/json-c: Update to 0.18

Changelog:
0.18 (up to commit 6bfab90, 2023-09-15)
========================================

Deprecated and removed features:
--------------------------------
* Clean up pre-3.9 CMake support in CMakeLists.txt

New features
------------
* Build pkg-config for msvc as well

Significant changes and bug fixes
---------------------------------
* Critical fix for binary compatibility with 0.16: Move the
  json_tokener_error_memory entry to the end of enum json_tokener_error.
* Issue #829: attempt to detect clang-cl.exe and pass MSVC-compatile command
  line arguments.
* PR #831 - rename WIN32 to _WIN32
* PR #839 - Fix gcc 5 "may be used uninitialized" failure in json_pointer.c
* PR #849 - random_seed.c: add a Coverity Scan suppression
* Issue #854: Set error=json_tokener_error_memory in
  json_tokener_parser_verbose() when allocating the tokener fails.
* Issue #857: fix a few places where json_tokener should have been returning
  json_tokener_error_memory but wasn't.
* Handle yet another out-of-memory condition in json_tokener, duplocate can
  return NULL.
* Various fixes in the fuzzers
* A few minor doc fixes
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-06-10 08:16:04 by Thomas Klausner | Files touched by this commit (2)
Log message:
json-c: fix PLIST for doc option

From Robert Whitlock in PR 58332.
   2023-08-24 11:23:14 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
json-c: update to 0.17.

Upstream provides no change summaries.
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2023-01-09 19:16:14 by Pierre Pronchery | Files touched by this commit (3)
Log message:
json-c: introduce an option to build the documentation

The option is left off by default; hence no functional change nor
PKGREVISION bump necessary.

Tested on NetBSD/amd64.