aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/json.cc
Commit message (Collapse)AuthorAgeFilesLines
* Support for BTOR witness to Yosys witness conversionJannis Harder2023-01-111-11/+21
|
* aiger: Use new JSON code for writing aiger witness map filesJannis Harder2023-01-111-5/+38
|
* Add json.{h,cc} for pretty printing JSONJannis Harder2023-01-111-0/+129
Avoids errors in trailing comma handling, broken indentation and improper escaping that is common when building JSON by manually concatenating strings.