• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

open-source-parsers / jsoncpp
65%

Build:
DEFAULT BRANCH: master
Repo Added 18 Oct 2019 02:45AM UTC
Files 13
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 00.11.0
  • 00.11.z
  • 1.9.2
  • 1.9.3
  • 1.9.4
  • 1.9.7
  • BillyDonahue-avoid-isprint
  • BillyDonahue-patch-1
  • baylesj-patch-6
  • baylesj-patch-7
  • baylesj-patch-8
  • baylesj-patch-9
  • drop_cpptl_support
  • fix-fuzzer
  • fixup-tests
  • fuzzer-fix1
  • issue1591
  • jsoncpp_test
  • patch-renu555
  • pre-v2.y.z
  • pypi
  • refs/pull/1214/merge
  • refs/pull/1339/merge
  • refs/pull/1383/merge
  • refs/pull/1409/merge
  • refs/pull/1419/merge
  • refs/pull/1424/merge
  • refs/pull/1435/merge
  • refs/pull/1448/merge
  • refs/pull/1457/merge
  • refs/pull/1462/merge
  • refs/pull/1467/merge
  • refs/pull/1478/merge
  • refs/pull/1479/merge
  • refs/pull/1480/merge
  • refs/pull/1486/merge
  • refs/pull/1491/merge
  • refs/pull/1499/merge
  • refs/pull/1516/merge
  • refs/pull/1527/merge
  • refs/pull/1528/merge
  • refs/pull/1534/merge
  • refs/pull/1567/merge
  • refs/pull/1570/merge
  • refs/pull/1572/merge
  • refs/pull/1574/merge
  • refs/pull/1575/merge
  • refs/pull/1578/merge
  • refs/pull/1579/merge
  • refs/pull/1584/merge
  • refs/pull/1593/merge
  • refs/pull/1597/merge
  • refs/pull/1599/merge
  • refs/pull/1600/merge
  • refs/pull/1601/merge
  • refs/pull/1602/merge
  • refs/pull/1615/merge
  • refs/pull/1619/merge
  • refs/pull/1622/merge
  • refs/pull/1625/merge
  • refs/tags/1.9.6
  • v1.9.3

12 Nov 2025 08:14AM UTC coverage: 65.346%. Remained the same
19290752179

push

github

web-flow
[docs] Consuming JSONCpp via Conan package manager (#1622)

* Fix Conan badge URL

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Add Conan instructions in README

Signed-off-by: Uilian Ries <uilianries@gmail.com>

* Add build missing

Signed-off-by: Uilian Ries <uilianries@gmail.com>

---------

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com>

6336 of 12448 branches covered (50.9%)

Branch coverage included in aggregate %.

5838 of 6182 relevant lines covered (94.44%)

10221.46 hits per line

Relevant lines Covered
Build:
Build:
6182 RELEVANT LINES 5838 COVERED LINES
10221.46 HITS PER LINE
Source Files on master
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19290752179 master [docs] Consuming JSONCpp via Conan package manager (#1622) * Fix Conan badge URL Signed-off-by: Uilian Ries <uilianries@gmail.com> * Add Conan instructions in README Signed-off-by: Uilian Ries <uilianries@gmail.com> * Add build missing Signe... push 12 Nov 2025 08:15AM UTC web-flow github
65.35
19290665968 master Remove deprecated/removed clang-tidy key AnalyzeTemporaryDtors (#1614) (#1615) Co-authored-by: Ben Magistro <ben.magistro@trinitycyber.com> Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com> push 12 Nov 2025 08:11AM UTC web-flow github
65.35
19290584406 master Return false in Reader::readValue when stack limit is exceeded (#1619) jsoncpp, as a shared library, should not call `abort` merely because there's an error reading a value. See https://en.cppreference.com/w/c/program/abort, `abort` should only ... push 12 Nov 2025 08:07AM UTC web-flow github
65.35
19290442608 master Add Bazel tests (#1601) * Expose JSON_USE_EXCEPTION and JSON_HAS_INT64 as Bazel config flags with defaults that match the existing Bazel build. Switch //:jsoncpp from using copts ro defines for JSON_USE_EXCEPTION and JSON_HAS_INT64 so that rules ... push 12 Nov 2025 08:01AM UTC web-flow github
65.35
19290385103 master Make the build configuration under Bazel more correct. (#1600) * Expose JSON_USE_EXCEPTION and JSON_HAS_INT64 as Bazel config flags with defaults that match the existing Bazel build. Switch //:jsoncpp from using copts ro defines for JSON_USE_EXCE... push 12 Nov 2025 07:59AM UTC web-flow github
65.35
19252258216 master Fix "include what you use" issue (#1625) Fix IWYU for istreambuf_iterator. Co-authored-by: Victor Hugo Vianna Silva <victorvianna@google.com> push 11 Nov 2025 01:51AM UTC web-flow github
65.35
13935299619 master Add a BUILD.bazel file for //example. (#1602) push 18 Mar 2025 11:16PM UTC web-flow github
95.29
13823123241 master Set up for Bazel module builds. (#1597) * Set up for Bazel module builds. Note: the MODULE.bazel is copied from https://github.com/bazelbuild/bazel-central-registry/blob/main/modules/jsoncpp/1.9.6/MODULE.bazel * More tweaks to .gitignore push 12 Mar 2025 10:57PM UTC web-flow github
95.29
12718930626 master Added Value::findType with String key (#1574) This adds a convenience function to return a member if it has a specific json type. All isType values are supported. Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com> push 10 Jan 2025 11:39PM UTC web-flow github
95.34
12718799426 master feat: support std::string_view in Value API (#1584) This adds direct support for `std::string_view` when available (C++17 and above). The current API can be used with `std::string_view` via the low-level two-pointer methods, but is not ergonomi... push 10 Jan 2025 11:26PM UTC web-flow github
95.3
See All Builds (546)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc