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

open-source-parsers / jsoncpp
95%

Build:
DEFAULT BRANCH: master
Repo Added 18 Oct 2019 02:45AM CUT
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
  • 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/tags/1.9.6
  • v1.9.3

18 Mar 2025 11:15PM CUT coverage: 95.292%. Remained the same
13935299619

push

github

web-flow
Add a BUILD.bazel file for //example. (#1602)

5364 of 5629 relevant lines covered (95.29%)

11794.59 hits per line

Relevant lines Covered
Build:
Build:
5629 RELEVANT LINES 5364 COVERED LINES
11794.59 HITS PER LINE
Source Files on master
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
16.0
src/test_lib_json/fuzz.cpp54 25 4 21 1.0
39.73
src/test_lib_json/jsontest.cpp430 146 58 88 310.0
71.43
src/test_lib_json/jsontest.h288 14 10 4 4224.0
80.0
include/json/reader.h437 5 4 1 258.0
91.18
src/jsontestrunner/main.cpp346 170 155 15 8070.0
93.55
src/lib_json/json_tool.h138 31 29 2 61989.0
93.71
src/lib_json/json_value.cpp1760 842 789 53 54266.0
93.78
src/lib_json/json_reader.cpp2005 1029 965 64 16486.0
98.04
src/lib_json/json_writer.cpp1201 663 650 13 4862.0
98.48
src/lib_json/json_valueiterator.inl156 66 65 1 26.0
Showing 1 to 10 of 13 entries
  • Previous
  • 1
  • 2
  • Next
  • ►
    98.11
    include/
  • ►
    95.27
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
13935299619 master Add a BUILD.bazel file for //example. (#1602) push 18 Mar 2025 11:16PM CUT 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 CUT 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 CUT 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 CUT web-flow github
95.3
12718713558 master Drop pre-C++11 alternatives (#1593) * Assume C++11 We already assume C++11 elsewhere, so all pre-11 `#ifdef` branches are dead code at this point. Fixes issue #1591 because we can just use `std::isfinite` etc. assume C++11 in json_reader.cpp as... push 10 Jan 2025 11:17PM CUT web-flow github
95.3
12174437469 master Fix comparison warnings caused by 54fc4e2 (#1575) Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com> push 05 Dec 2024 06:28AM CUT web-flow github
95.29
12134772580 master Fix name of static library when targeting MinGW. (#1579) Co-authored-by: Jordan Bayles <bayles.jordan@gmail.com> push 03 Dec 2024 07:19AM CUT web-flow github
95.29
12134536135 master the cgi module was removed from Python3.13 (#1578) push 03 Dec 2024 07:01AM CUT web-flow github
95.29
11115061607 master fix(build): remove `check_required_components` for meson build (#1570) Signed-off-by: Rui Chen <rui@chenrui.dev> push 30 Sep 2024 10:23PM CUT web-flow github
95.29
10836169854 master Fix typo in JSONCPP_USE_SECURE_MEMORY vs JSONCPP_USING_SECURE_MEMORY (#1567) push 12 Sep 2024 05:59PM CUT web-flow github
95.29
See All Builds (528)
  • 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