KiCad PCB EDA Suite
Loading...
Searching...
No Matches
json_conversions.h File Reference
#include <kicommon.h>
#include <nlohmann/json_fwd.hpp>
#include <wx/string.h>

Go to the source code of this file.

Functions

KICOMMON_API void to_json (nlohmann::json &aJson, const wxString &aString)
 
KICOMMON_API void from_json (const nlohmann::json &aJson, wxString &aString)
 

Function Documentation

◆ from_json()

KICOMMON_API void from_json ( const nlohmann::json &  aJson,
wxString &  aString 
)

Definition at line 30 of file json_conversions.cpp.

◆ to_json()

KICOMMON_API void to_json ( nlohmann::json &  aJson,
const wxString &  aString 
)

Definition at line 24 of file json_conversions.cpp.