Diff for /libelwix/inc/elwix/ajson.h between versions 1.5 and 1.6

version 1.5, 2018/04/19 00:00:36 version 1.6, 2018/04/19 16:13:48
Line 154  long json_token2num(const char *jstr, jtok_t * __restr Line 154  long json_token2num(const char *jstr, jtok_t * __restr
  */   */
 double json_token2dbl(const char *jstr, jtok_t * __restrict tok);  double json_token2dbl(const char *jstr, jtok_t * __restrict tok);
 /*  /*
    * json_token2bool() - Return token to bool int
    *
    * @jstr = JSON string
    * @tok = Token for convert
    * @return 0 for FALSE and !=0 for TRUE
    */
   int json_token2bool(const char *jstr, jtok_t * __restrict tok);
   /*
  * json_token2array() - Convert token to string array   * json_token2array() - Convert token to string array
  *   *
  * @jstr = JSON string   * @jstr = JSON string

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>