mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
possibility to turn val mapping off ("val":null)
This commit is contained in:
@@ -1220,6 +1220,7 @@ if (isValue() && valMapping && valMapping->type == aJson_Array && aJson.getArray
|
|||||||
aJson.getArrayItem(valMapping,0)->valueint,aJson.getArrayItem(valMapping,1)->valueint,
|
aJson.getArrayItem(valMapping,0)->valueint,aJson.getArrayItem(valMapping,1)->valueint,
|
||||||
aJson.getArrayItem(valMapping,2)->valueint,aJson.getArrayItem(valMapping,3)->valueint));
|
aJson.getArrayItem(valMapping,2)->valueint,aJson.getArrayItem(valMapping,3)->valueint));
|
||||||
}
|
}
|
||||||
|
else if (valMapping && valMapping->type == aJson_NULL) cmd.itemArgType = ST_VOID;
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user