Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vixcpp/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: vixcpp/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.0
Choose a head ref
  • 1 commit
  • 15 files changed
  • 1 contributor

Commits on Feb 4, 2026

  1. json: enrich Simple token containers + fix int64/ll ambiguity

    Keep public API stable while adding vector-like helpers for array_t/kvs (reserve, push, erase, typed set/get, iteration).
    
    Fix ambiguous conversion when passing long long into token/object initializers on platforms where int64_t is not long long.
    
    Document JSON helpers consistently (build/convert/jpath/loads/dumps/json.hpp) and add Simple examples under examples/json_simple/.
    GaspardKirira committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    f7dc907 View commit details
    Browse the repository at this point in the history
Loading