Recursive: to compare both jsons in depth (vs top level) Array comparison: to compare arrays index by index (vs as a single object) Field key as path: when recursivity is enabled, there's the option ...
minjsoncpp is a minimalistic C++17 header-only library that implements facilities to programmatically manipulate, serialize/stringify and parse JSON data as defined by RFC 8259 The JavaScript Object ...