Hacker News new | ask | show | jobs
by schlecht 5235 days ago

  const json_char *cur_line_begin, *i;
  ...
  top->u.dbl = strtod (i, (json_char **) &i);
  top->u.integer = strtol (i, (json_char **) &i, 10);
Ick