Merge pull request #1282 from nlohmann/feature/lines_columns

Improve diagnostic messages
This commit is contained in:
Niels Lohmann 2018-10-08 22:17:33 +02:00 committed by GitHub
commit e426219256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 832 additions and 340 deletions

View file

@ -113,7 +113,7 @@ struct json_sax
@brief a parse error occurred
@param[in] position the position in the input where the error occurs
@param[in] last_token the last read token
@param[in] error_msg a detailed error message
@param[in] ex an exception object describing the error
@return whether parsing should proceed (must return false)
*/
virtual bool parse_error(std::size_t position,