• Home
Name Date Size #Lines LOC

..--

fuzzers/03-May-2024-7446

generated/03-May-2024-2315

source/03-May-2024-24,36719,889

.gitignoreD03-May-20248 21

BUILD.gnD03-May-20241.6 KiB6552

DEPSD03-May-2024573 1914

LICENSED03-May-20242.6 KiB5644

README.chromiumD03-May-2024692 1714

README.chromium

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