No tabs in JSON-strings

This commit is contained in:
Sven Fink 2020-03-03 12:11:13 +01:00
parent abd8c43c65
commit 2d724ec4e3

View File

@ -28,10 +28,7 @@ static json person_schema = R"(
"street":{
"type": "string",
"default": "Abbey Road"
}
}
}
},
}}}},
"required": [
"name",
"age"