Function lcxx::from_json(std::span<char> const)

Function Documentation

auto lcxx::from_json(std::span<char> const license_str) -> std::pair<license, signature>

parse license and license signature from a string serialized json object

Parameters:

license_str – the json object containing license and signature

Returns:

std::pair< license, signature > license content and signature