mirror of
https://github.com/nlohmann/json.git
synced 2026-07-06 10:35:10 +00:00
Merge branch 'develop' into feature/sax2
This commit is contained in:
@@ -33,6 +33,7 @@ class parser
|
||||
using number_integer_t = typename BasicJsonType::number_integer_t;
|
||||
using number_unsigned_t = typename BasicJsonType::number_unsigned_t;
|
||||
using number_float_t = typename BasicJsonType::number_float_t;
|
||||
using string_t = typename BasicJsonType::string_t;
|
||||
using lexer_t = lexer<BasicJsonType>;
|
||||
using token_type = typename lexer_t::token_type;
|
||||
|
||||
@@ -205,7 +206,7 @@ class parser
|
||||
}
|
||||
|
||||
// parse values
|
||||
std::string key;
|
||||
string_t key;
|
||||
BasicJsonType value;
|
||||
while (true)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user