commit | 8e9af365d645ab6357056f084d51cd5ccb4396bd | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Wed Sep 08 09:35:06 2021 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 21 14:17:17 2021 +0000 |
tree | 8b85d70ebb9e290e2e60d5bcdef989a35c02cd22 | |
parent | 6c4e0f2f767af5d5096d9f5462ba3af06b649e09 [diff] |
Fix json files Efforts are made to enable json validation in CI at https://gerrit.openbmc-project.xyz/c/openbmc/openbmc-build-scripts/+/45902 As per nlohmann json, it only support // & /**/ for comments and those can be treated as spaces when we pass "true" for the skipcomments argument for the json::parse() function.But this repo used # for commenting. This commit is an attempt to fix it so that the json validator can run against this repo. For more details please check the below link: https://github.com/nlohmann/json#comments-in-json Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: Idbb52d5588317afdb5566a99c326ac1f07d94248