meojson
meojson copied to clipboard
throw InvalidChar(_current_char, exceptionDetailInfo()); 异常信息不准确
https://github.com/MistEO/meojson/blob/595cd8e54e57fae5dbef08ef82d09c12a81b131d/include/parser5/parser5.hpp#L411-L413 函数 exceptionDetailInfo() 会先被调用并更新 _current_char 使异常信息不准确。
@ChingCdesu 瞅瞅(