commit | 45e04b0a3abcc6866ca16261acff65cec8a432cf | [log] [tgz] |
---|---|---|
author | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:54:01 2022 +0100 |
committer | Lawrence Tang <lawrence.tang@arm.com> | Tue Jul 12 16:54:01 2022 +0100 |
tree | cac7da94400e15b3f41d3835a6f09b3ee56759c9 | |
parent | 8a2d737ce64da3d084c5984c92b4c69f550c40aa [diff] |
Add array support to JSON validator.
This repository specifies a structure for representing UEFI CPER records (as described in UEFI Specification Appendix N) in a human-readable JSON format, in addition to a library which can readily convert back and forth between the standard CPER binary format and the specified structured JSON.
This project uses CMake (>=3.10). To build, simply run:
cmake . make
A static library file for the parsing library will be written to lib/
, and test executables will be written to bin/
.
The specification for this project can be found in specification/
. Specification for the CPER binary format can be found in UEFI Specification Appendix N (2021/03/18).