aboutsummaryrefslogtreecommitdiff
path: root/json.h
AgeCommit message (Expand)Author
2024-06-23Deprecate JSON output formatmasterBruce Hill
2024-05-29Rename match_t -> bp_match_tBruce Hill
2022-11-07Use `#pragma once`Bruce Hill
2021-09-23Moved type defs into their own files instead of types.hBruce Hill
2021-08-28Style change: added cino=:0 (i.e. case statements on same indentation asBruce Hill
2021-01-18More static analyzer cleanup, including switching to use bools whereBruce Hill
2021-01-15Cleaned up and simplified global state setting stuff (e.g. --verbose)Bruce Hill
2021-01-12Standardizing to line-comments instead of block commentsBruce Hill
2020-12-14Imports cleanup and removing FILE* parameter from jsonBruce Hill
2020-12-14Moved json code into its own fileBruce Hill