✅ how to merge two objects?
Sometimes ago I had this object:
var firstLeg =
var secondLeg=
and the output will be:
then we decided move from JsonDocument to model and this merge doesn't work anymore
in case I pasted earlier output will be:
can someone understand me what to do?
LegData used in method for merging and for example we can do this:var firstLeg =
var secondLeg=
and the output will be:
then we decided move from JsonDocument to model and this merge doesn't work anymore
in case I pasted earlier output will be:
can someone understand me what to do?