mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
137 B
C++
6 lines
137 B
C++
#pragma once
|
|
|
|
#include "json.hpp"
|
|
|
|
nlohmann::json loadJsonFile(std::string path);
|
|
void saveJsonFile(std::string path, nlohmann::json j);
|