Re: [go-nuts] Re: Updating specific elements of a big json file.

2018-01-12 Thread Doğan Kurt
That seems to be the only solution. Thanks. On Friday, January 12, 2018 at 12:01:19 AM UTC+1, Burak Serdar wrote: > > > > On Jan 11, 2018 3:36 PM, "Doğan Kurt" > > wrote: > > I think i wasn't perfectly clear. When i say update i actually meant > insert, delete, update. > > I will delete big blo

Re: [go-nuts] Re: Updating specific elements of a big json file.

2018-01-11 Thread Burak Serdar
On Jan 11, 2018 3:36 PM, "Doğan Kurt" wrote: I think i wasn't perfectly clear. When i say update i actually meant insert, delete, update. I will delete big blocks of elements, insert new ones and modify some. If i have to deal with the json format, what's the point of using json package. I can w