Re: [go-nuts] loop - Help

2019-02-14 Thread Burak Serdar
On Thu, Feb 14, 2019 at 5:33 AM wrote: > > Hi, > > Am quite new in go language and asking for help. > I have this JSON object in mongodb with collection name "COLLECTION", > I have multiple object in the database (mongo) and would like to access all > the string > values """apiVersionInUri":

[go-nuts] loop - Help

2019-02-14 Thread afriyie . abraham
Hi, Am quite new in go language and asking for help. I have this JSON object in mongodb with collection name "COLLECTION", I have multiple object in the database (mongo) and would like to access all the string values """apiVersionInUri": "string", in all the objects. Can anyone help me do this