You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
there is an inconsistency, since in there is a call to the method Json::Reader::getFormattedErrorMessages (in storage.hxx). But the real interface in jsoncpp has only one 't': getFormatedErrorMessages
Paolo Crosetto
The text was updated successfully, but these errors were encountered:
sorry for the long delay. Apparently jsoncpp provides both functions, but has deprecated the version with only one "t".
Looking at jsoncpp's source code, It looks like there used to be a getFormatedErrorMessages in early versions, which got renamed to getFormattedErrorMessages.
Do you actually have a version in which only getFormatedErrorMessages works?
Hi,
there is an inconsistency, since in there is a call to the method Json::Reader::getFormattedErrorMessages (in storage.hxx). But the real interface in jsoncpp has only one 't': getFormatedErrorMessages
Paolo Crosetto
The text was updated successfully, but these errors were encountered: