Edit

kc3-lang/angle/third_party/jsoncpp

Branch :

  • Show log

    Commit

  • Author : Tobin Ehlis
    Date : 2018-08-28 09:20:57
    Hash : 5fdc38cf
    Message : Add jsoncpp as third_party dep Adding jsoncpp in third_party/jsoncpp dir. This is a C++ library to parse json files. Bug: angleproject:2785 Change-Id: I12f467ef87c8d4801815c79f211fc57a3a9f4b49 Reviewed-on: https://chromium-review.googlesource.com/1194840 Reviewed-by: Ian Elliott <ianelliott@google.com> Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>

  • README.angle
  • Name: JsonCpp
    Short Name: JsonCpp
    Version: N/A
    URL: https://github.com/open-source-parsers/jsoncpp
    SOURCE CODE: git clone https://android.googlesource.com/platform/external/jsoncpp
    Date: 08/28/2018
    Revision: 93ba642c636309a3195d6da6c11ba82f69ef45ed
    Security Critical: no
    License: MIT
    License File: LICENSE
    
    Description:
    JsonCpp is a C++ library that allows manipulating JSON values, including serialization and
    deserialization to and from strings. It can also preserve existing comment in unserialization/
    serialization steps, making it a convenient format to store user input files.