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":{ "street":{
"type": "string", "type": "string",
"default": "Abbey Road" "default": "Abbey Road"
} }}}},
}
}
},
"required": [ "required": [
"name", "name",
"age" "age"