aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/json.cpp
AgeCommit message (Collapse)Author
2024-09-03test: Use string_view for json_testsMarcoFalke
This avoids a static constructor of the global std::string, and rules out possibly expensive and implicit copies of the string completely.
2023-01-27test, build: Separate `read_json` function into its own moduleHennadii Stepanov