Fixed json parsing with hexadecimal characters

* replace \x with \u00 to follow JSON spec
* fixes #2475 and #2495
* added unit tests for json parsing
This commit is contained in:
zjeffer
2023-09-10 20:36:27 +02:00
parent f744d906be
commit 8f5d0098d6
3 changed files with 71 additions and 14 deletions

View File

@ -8,6 +8,7 @@ test_dep = [
]
test_src = files(
'main.cpp',
'JsonParser.cpp',
'SafeSignal.cpp',
'config.cpp',
'../src/config.cpp',