Hi
I am trying to create a map as per one of your examples but I need to loop in the create
where ID and Qty will be coming from a table
I have been looking all over for an example and just cannot seem to find one
I would appreciate if someone could help
Thank you
Dim jg As JSONGenerator
Dim m As Map = CreateMap("itemslist": CreateMap( _
over here loop with "itemID": ID,"Qty": Qnty, _
))
I am trying to create a map as per one of your examples but I need to loop in the create
where ID and Qty will be coming from a table
I have been looking all over for an example and just cannot seem to find one
I would appreciate if someone could help
Thank you
Dim jg As JSONGenerator
Dim m As Map = CreateMap("itemslist": CreateMap( _
over here loop with "itemID": ID,"Qty": Qnty, _
))