Ignore:
Timestamp:
Nov 6, 2013 7:46:15 AM (10 years ago)
Author:
bennylp
Message:

Re #1519: Added support for JSON (JavaScript? Object Notation, RFC 4627) format in PJLIB-UTIL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjlib-util/include/pjlib-util/errno.h

    r4440 r4643  
    118118 
    119119 
     120/************************************************************ 
     121 * JSON ERROR 
     122 ***********************************************************/ 
     123/** 
     124 * @hideinitializer 
     125 * General invalid JSON message. 
     126 */ 
     127#define PJLIB_UTIL_EINJSON          (PJLIB_UTIL_ERRNO_START+30) /* 320030 */ 
     128 
    120129 
    121130/************************************************************ 
Note: See TracChangeset for help on using the changeset viewer.