README.chromium 686 B

1234567891011121314151617
  1. Name: jsoncpp
  2. URL: https://github.com/open-source-parsers/jsoncpp
  3. Version: 1.9.4
  4. CPEPrefix: cpe:/a:jsoncpp_project:jsoncpp:1.9.4
  5. License: MIT
  6. License File: LICENSE
  7. Security Critical: yes
  8. Description:
  9. JsonCpp is used by multiple projects for parsing and generating JSON data. This
  10. project is mirrored here from the public GitHub project, with a custom BUILD.gn
  11. to allow for building with our Ninja + GN configuration. The main project uses
  12. Meson or CMake for building.
  13. This is for other third party modules (not including third_party/blink) only.
  14. Don't use JsonCpp from chromium or blink code, but use base/values.h, base/json,
  15. and third_party/blink/platform/json (for blink) instead.