Skip to content
Jordan Bayles edited this page May 5, 2026 · 4 revisions

The following branches are maintained in the JsonCpp repository:

  • master:
    • The basis for the 1.y.z series (e.g., 1.9.5).
    • Requires C++11.
    • This is the primary branch for active development.
  • 0.y.z:
    • The basis for the legacy 0.y.z series (e.g., 0.10.7).
    • Maintained for compatibility with pre-C++11 compilers.
    • New features from master are occasionally merged or backported here if they don't break compatibility.
  • private-0.y.z:
    • A maintenance branch used for clean history management of the 0.y.z series.

Clone this wiki locally