Better format of schema in readme.cpp

This commit is contained in:
Sven Fink 2020-03-03 14:21:54 +01:00
parent e9a8568373
commit 6709194813

View File

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