Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
0001-Parse-large-floats-as-infinity-1349-1353.patch | D | 07-Sep-2024 | 3.8 KiB | 103 | 92 | |
0001-Use-default-rather-than-hard-coded-8-for-maximum-agg.patch | D | 07-Sep-2024 | 4.6 KiB | 127 | 107 | |
BUILD.gn | D | 07-Sep-2024 | 2.5 KiB | 97 | 86 | |
Fix error whenparses the value of 5E-324 with libc++.patch | D | 07-Sep-2024 | 865 | 18 | 17 | |
LICENSE | D | 07-Sep-2024 | 2.7 KiB | 56 | 44 | |
OAT.xml | D | 07-Sep-2024 | 2 KiB | 40 | 26 | |
README.OpenSource | D | 07-Sep-2024 | 636 | 13 | 11 | |
README.md | D | 07-Sep-2024 | 456 | 16 | 9 | |
README_ZH.md | D | 07-Sep-2024 | 398 | 18 | 9 | |
bundle.json | D | 07-Sep-2024 | 1.9 KiB | 57 | 56 | |
install.py | D | 07-Sep-2024 | 2.3 KiB | 75 | 44 | |
jsoncpp-1.9.5.tar.gz | D | 07-Sep-2024 | 211 KiB | |||
jsoncpp.spec | D | 07-Sep-2024 | 3.7 KiB | 126 | 97 |
README.OpenSource
1[ 2 { 3 "Name": "openEuler:jsonCpp", 4 "License": "MIT License", 5 "License File": "Copyright", 6 "Version Number": "jsoncpp-1.9.5-5.oe2203sp3", 7 "Owner": "jameslee@huawei.com", 8 "Upstream URL": "https://repo.openeuler.org/openEuler-22.03-LTS-SP3/source/Packages/jsoncpp-1.9.5-5.oe2203sp3.src.rpm", 9 "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." 10 } 11] 12 13
README.md
1# openEuler:jsoncpp 2 3#### Introduction & Software Architecture 4- [Refer to the official documentation](https://github.com/open-source-parsers/jsoncpp) 5 6#### Usage Guidelines 7 8#### Patch Package Description 9 10#### Contribution 11 12[How to involve](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/参与贡献.md) 13 14[Commit message spec](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83) 15 16#### Repositories Involved
README_ZH.md
1# openEuler:jsoncpp 2 3#### 简介 & 软件架构 4 5- [参考官方文档](https://github.com/open-source-parsers/jsoncpp) 6 7#### 使用说明 8 9#### patch包说明 10 11#### 参与贡献 12 13[如何贡献](https://gitee.com/openharmony/docs/blob/HEAD/zh-cn/contribute/参与贡献.md) 14 15[Commit message规范](https://gitee.com/openharmony/device_qemu/wikis/Commit%20message%E8%A7%84%E8%8C%83) 16 17 18#### 相关仓