VirtualBox

Changeset 61693 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Jun 14, 2016 11:33:54 AM (9 years ago)
Author:
vboxsync
Message:

Runtime: Add RTJson* API to parse the JavaScript Object Notation (JSON) Data Interchange Format (RFC7159). Work in progress, will be used later to load user defined structure descriptions in the VBox debugger for the dti and dtv commands

File:
1 edited

Legend:

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

    r60297 r61693  
    25442544/** @} */
    25452545
     2546/** @name RTJson status codes.
     2547 * @{ */
     2548/** The called method does not work with the value type of the given JSON value. */
     2549#define VERR_JSON_VALUE_INVALID_TYPE                (-24700)
     2550/** The iterator reached the end. */
     2551#define VERR_JSON_ITERATOR_END                      (-24701)
     2552/** The JSON document is malformed. */
     2553#define VERR_JSON_MALFORMED                         (-24702)
     2554/** @} */
     2555
    25462556/* SED-END */
    25472557
Note: See TracChangeset for help on using the changeset viewer.

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