I understand the need of changing local var methods to unsigned int, but why it needs to take the value from the double val field in the json? Is it printed in json as a floating point type?
``` - methods = it->valueint; + methods = it->valuedouble; ```