forked from loafle/openapi-generator-original
[cpp-pistache] Fix compilation of petstore for Pistache (#497)
* Fix compilation of petstore for Pistache Add Map support * Add support for ByteArray * Add Support for ByteArray in cpprest * Implement TODOs
This commit is contained in:
@@ -99,7 +99,6 @@ void Order::fromJson(nlohmann::json& val)
|
||||
if(val.find("status") != val.end())
|
||||
{
|
||||
setStatus(val.at("status"));
|
||||
|
||||
}
|
||||
if(val.find("complete") != val.end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user