Util+Test: Change namespace of JSON classes: Json -> Util::JSON

This commit is contained in:
Riyyi
2022-07-22 12:41:27 +02:00
parent be74d89fea
commit deb9f29b47
19 changed files with 142 additions and 142 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
#include "util/json/job.h"
#include "util/json/lexer.h"
namespace Json {
namespace Util::JSON {
Lexer::Lexer(Job* job)
: GenericLexer(job->input())
@@ -214,4 +214,4 @@ bool Lexer::consumeLiteral()
return consumeNumberOrLiteral(Token::Type::Literal);
}
} // namespace Json
} // namespace Util::JSON