KiCad PCB EDA Suite
Loading...
Searching...
No Matches
remote_provider_settings.cpp File Reference
#include <remote_provider_settings.h>
#include <algorithm>
#include <json_conversions.h>
#include <picosha2.h>
#include <nlohmann/json.hpp>

Go to the source code of this file.

Functions

void to_json (nlohmann::json &aJson, const REMOTE_PROVIDER_ENTRY &aEntry)
 
void from_json (const nlohmann::json &aJson, REMOTE_PROVIDER_ENTRY &aEntry)
 
void to_json (nlohmann::json &aJson, const REMOTE_PROVIDER_SETTINGS &aSettings)
 
void from_json (const nlohmann::json &aJson, REMOTE_PROVIDER_SETTINGS &aSettings)
 

Function Documentation

◆ from_json() [1/2]

◆ from_json() [2/2]

◆ to_json() [1/2]

◆ to_json() [2/2]