Changeset 73874 in vbox for trunk/include/iprt/json.h
- Timestamp:
- Aug 24, 2018 3:36:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/json.h
r69105 r73874 139 139 140 140 /** 141 * Translates value type to a name. 142 * 143 * @returns Readonly name string 144 * @param enmType The JSON value type to name. 145 */ 146 RTDECL(const char *) RTJsonValueTypeName(RTJSONVALTYPE enmType); 147 148 /** 141 149 * Returns the string from a given JSON string value. 142 150 *
Note:
See TracChangeset
for help on using the changeset viewer.