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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Apparently
Json::Reader
has been marked as deprecated. I would be interested to know why this is the case.It is noted that
CharReader
orCharReaderBuilder
should be used instead.In which case, what is one to do to replace the following:
For example,
CharReader
does not have a functiongetFormattedErrorMessages()
- and how should one read from an ifstream using aCharReader
.Understanding the first question - why
Reader
was deprecated, will likely provide some insight into answering the questions which follow from this.Can anyone share some explanation on the situation? Thanks
Beta Was this translation helpful? Give feedback.
All reactions