jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

Where's the 00.11.zz branch?

Open PANCHO7532 opened this issue 4 months ago • 1 comments

Hi! I was reading the readme and noticed that there's three kind of versions:

  • 1.y.z which i guess is the master branch
  • 0.y.z which has its own branch
  • 00.11.zz which has no branch, but has a release

Question is, where can i get the latest code for 00.11.zz? Because it doesn't seem like there's a branch correspondent to that version, or am I supposed to use the one from Releases?

PANCHO7532 avatar Aug 26 '25 18:08 PANCHO7532

At a guess there are no branches, only a tag: https://github.com/open-source-parsers/jsoncpp/tree/00.11.0

Also that line of the README is 5 years old and the rest of that section is 10+ years old so the "supported" answer might be "use the 1.y.z releases". I know that parts of the current HEAD require at least C++17 to be turned on so a branch that support only exists to support pre C++11 builds is likely very out of date with zero expectation of that ever changing.

bcsgh avatar Sep 02 '25 00:09 bcsgh