1Name: jsoncpp 2URL: https://github.com/open-source-parsers/jsoncpp 3Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4 4License: MIT 5License File: LICENSE 6Security Critical: yes 7 8Description: 9JsonCpp is used by multiple projects for parsing and generating JSON data. This 10project is mirrored here from the public GitHub project, with a custom BUILD.gn 11to allow for building with our Ninja + GN configuration. The main project uses 12Meson or CMake for building. 13 14Note: to update this project to a new version, regenerating the version.h header 15is required. This can be done by installing either CMake or Meson, building the 16project, and copying the generated version.h to the generated/ subfolder. 17