KiCad PCB EDA Suite
Loading...
Searching...
No Matches
lset_json.h File Reference
#include <lset.h>
#include <nlohmann/json_fwd.hpp>

Go to the source code of this file.

Functions

void to_json (nlohmann::json &aJson, const LSET &aLset)
 
void from_json (const nlohmann::json &aJson, LSET &aLset)
 

Function Documentation

◆ from_json()

void from_json ( const nlohmann::json &  aJson,
LSET aLset 
)

Definition at line 31 of file lset_json.h.

References LSET::ParseHex().

◆ to_json()

void to_json ( nlohmann::json &  aJson,
const LSET aLset 
)

Definition at line 25 of file lset_json.h.

References LSET::FmtHex().