VirtualBox

Changeset 73874 in vbox for trunk/include/iprt/json.h


Ignore:
Timestamp:
Aug 24, 2018 3:36:01 PM (6 years ago)
Author:
vboxsync
Message:

RTJson: Added RTJsonValueTypeName and did some internal macro cleanups in the implementation. bugref:9167

File:
1 edited

Legend:

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

    r69105 r73874  
    139139
    140140/**
     141 * Translates value type to a name.
     142 *
     143 * @returns Readonly name string
     144 * @param   enmType             The JSON value type to name.
     145 */
     146RTDECL(const char *) RTJsonValueTypeName(RTJSONVALTYPE enmType);
     147
     148/**
    141149 * Returns the string from a given JSON string value.
    142150 *
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