version 1.2.2.1, 2017/12/03 20:01:42
|
version 1.4, 2018/03/07 12:29:28
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004 - 2017 | Copyright 2004 - 2018 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 159 array_t *json_token2array(const char *jstr, jtok_t * _
|
Line 159 array_t *json_token2array(const char *jstr, jtok_t * _
|
* |
* |
* @jstr = JSON string |
* @jstr = JSON string |
* @key = Search key |
* @key = Search key |
|
* @type = Search key for particular token type, if is J_UNDEF this mean any type |
* @toks = Parsed tokens |
* @toks = Parsed tokens |
* @toksnum = Number of parsed tokens |
* @toksnum = Number of parsed tokens |
* return: =NULL error or !=NULL data token found |
* return: =NULL error or !=NULL data token found |
*/ |
*/ |
jtok_t *json_findbykey(const char *jstr, const char *key, |
jtok_t *json_findbykey(const char *jstr, const char *key, |
jtok_t * __restrict toks, int toksnum); | jtype_t type, jtok_t * __restrict toks, int toksnum); |
|
|
|
|
/* |
/* |