Changeset 108874 in vbox for trunk/include/iprt/json.h
- Timestamp:
- Apr 7, 2025 3:03:33 PM (13 days ago)
- svn:sync-xref-src-repo-rev:
- 168324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/json.h
r108869 r108874 125 125 * @retval VERR_JSON_MALFORMED if the document does not conform to the spec. 126 126 * @param phJsonVal Where to store the handle to the JSON value on success. 127 * @param fFlags Combination of RTJSON_PARSE_F_XXX. 127 128 * @param pszStr The string containing the JSON document. 128 129 * @param pErrInfo Where to store extended error info. Optional. … … 137 138 * @retval VERR_JSON_MALFORMED if the document does not conform to the spec. 138 139 * @param phJsonVal Where to store the handle to the JSON value on success. 140 * @param fFlags Combination of RTJSON_PARSE_F_XXX. 139 141 * @param pszFilename The name of the file containing the JSON document. 140 142 * @param pErrInfo Where to store extended error info. Optional. … … 149 151 * @retval VERR_JSON_MALFORMED if the document does not conform to the spec. 150 152 * @param phJsonVal Where to store the handle to the JSON value on success. 153 * @param fFlags Combination of RTJSON_PARSE_F_XXX. 151 154 * @param hVfsFile The VFS file to parse. 152 155 * @param pErrInfo Where to store extended error info. Optional.
Note:
See TracChangeset
for help on using the changeset viewer.