opethe1st / GoJson

Practising my golang skills
3 stars 0 forks source link

This could be extracted into a function #11

Closed opethe1st closed 5 years ago

opethe1st commented 5 years ago

https://github.com/opethe1st/GoJson/blob/943435f24b71ab954f52d910ed0931816e51ead5/load.go#L156-L178

opethe1st commented 5 years ago

figured out how to do this. There is a Quote function in the strconv package that takes care of all of this so I will use it.

opethe1st commented 5 years ago

Fixed/ no longer relevant. I used the stdlib here!