summaryrefslogtreecommitdiff
path: root/chromium/third_party/jsoncpp/README.chromium
blob: 48bc543f418deeaac3dca74784b4e15bd6c99a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name: jsoncpp
URL: https://github.com/open-source-parsers/jsoncpp
Version: f572e8e42e22cfcf5ab0aea26574f408943edfa4
License: MIT
License File: LICENSE
Security Critical: yes

Description:
JsonCpp is used by multiple projects for parsing and generating JSON data. This
project is mirrored here from the public GitHub project, with a custom BUILD.gn
to allow for building with our Ninja + GN configuration. The main project uses
Meson or CMake for building.

Note: to update this project to a new version, regenerating the version.h header
is required. This can be done by installing either CMake or Meson, building the
project, and copying the generated version.h to the generated/ subfolder.