Path to this page:
./
textproc/jsoncpp,
JSON reader and writer in C++
Branch: CURRENT,
Version: 1.9.6,
Package name: jsoncpp-1.9.6,
Maintainer: pkgsrc-usersJSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.
Unserialization parsing is user friendly and provides precise error
reports.
Master sites:
Filesize: 207.697 KB
Version history: (Expand)
- (2024-09-12) Updated to version: jsoncpp-1.9.6
- (2021-11-04) Updated to version: jsoncpp-1.9.5
- (2020-09-29) Updated to version: jsoncpp-1.9.4
- (2020-05-30) Updated to version: jsoncpp-1.9.3
- (2019-11-28) Updated to version: jsoncpp-1.9.2
- (2019-08-11) Updated to version: jsoncpp-1.9.1
CVS history: (Expand)
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2021-11-03 21:52:23 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
jsoncpp: updated to 1.9.5
1.9.5:
Minor bug-fixes (including for cmake)
Support for Bazel
Dropped compile-time deprecation warnings
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-09-29 18:49:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
jsoncpp: updated to 1.9.4
1.9.4:
Security and build system fixes
|
2020-05-30 08:09:47 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
jsoncpp: updated to 1.9.3
v1.9.3: Bug fixes, optimizations, cleanup
This release includes several important bug fixes for unblocking some consumer's \
use cases.
Fixes to JSON_USE_EXCEPTION--some bugs creeped in breaking this flag in pre-release.
Fixes to build system--improvements have been make for code correctness.
Compile errors for various platforms have been resolved.
Fuzzing has been fixed.
Various bugs in the Reader and Writer code have been corrected.
CPPTL support has been dropped.
Various code improvements and optimizations.
|
2019-11-27 23:25:21 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
jsoncpp: updated to 1.9.2
1.9.2:
Medium size pre-release containing lots of build fixes.
|
2019-08-11 19:53:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
jsoncpp: updated to 1.9.1
1.9.1:
This release contains some minor build fixes.
|