These macros map the old functions to the equivalent new ones.
M include/opensrf/osrf_json.h
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2001
9efc2488-bf62-4759-914b-
345cdb29e865
};
typedef struct _jsonIteratorStruct jsonIterator;
+/**
+ @brief Macros for upward compatibility with an old, defunct version
+ of the JSON parser.
+*/
+/*@{*/
+#define jsonParseString jsonParse
+#define jsonParseStringRaw jsonParseRaw
+#define jsonParseStringFmt jsonParseFmt
+/*@}*/
+
jsonObject* jsonParse( const char* str );
jsonObject* jsonParseRaw( const char* str );