VirtualBox

Changeset 108874 in vbox


Ignore:
Timestamp:
Apr 7, 2025 3:03:33 PM (13 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168324
Message:

Runtime/RTJson*: Add support for a subset of the JSON5 specification, bugref:10388 [doxygen]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/json.h

    r108869 r108874  
    125125 * @retval  VERR_JSON_MALFORMED if the document does not conform to the spec.
    126126 * @param   phJsonVal       Where to store the handle to the JSON value on success.
     127 * @param   fFlags          Combination of RTJSON_PARSE_F_XXX.
    127128 * @param   pszStr          The string containing the JSON document.
    128129 * @param   pErrInfo        Where to store extended error info. Optional.
     
    137138 * @retval  VERR_JSON_MALFORMED if the document does not conform to the spec.
    138139 * @param   phJsonVal       Where to store the handle to the JSON value on success.
     140 * @param   fFlags          Combination of RTJSON_PARSE_F_XXX.
    139141 * @param   pszFilename     The name of the file containing the JSON document.
    140142 * @param   pErrInfo        Where to store extended error info. Optional.
     
    149151 * @retval  VERR_JSON_MALFORMED if the document does not conform to the spec.
    150152 * @param   phJsonVal       Where to store the handle to the JSON value on success.
     153 * @param   fFlags          Combination of RTJSON_PARSE_F_XXX.
    151154 * @param   hVfsFile        The VFS file to parse.
    152155 * @param   pErrInfo        Where to store extended error info. Optional.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette