12#include <nlohmann/json.hpp>
17 nlohmann::json
fitsToJson(std::ifstream &fileStream);
File name manipulation and expansion.
Definition FileName.h:100
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16
json fitsToJson(std::ifstream &fileStream)
Convert the contents of a stream to a JSON object.
Definition FitsToJson.cpp:30