Unverified Commit 68ec3eb8 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

Merge pull request #1451 from Afforix/Afforix-fix-extra-semicolon

remove extra semicolon from readme
parents de14b5ee dc21cbb7
......@@ -917,7 +917,7 @@ NLOHMANN_JSON_SERIALIZE_ENUM( TaskState, {
{TS_STOPPED, "stopped"},
{TS_RUNNING, "running"},
{TS_COMPLETED, "completed"},
});
})
```
The `NLOHMANN_JSON_SERIALIZE_ENUM()` macro declares a set of `to_json()` / `from_json()` functions for type `TaskState` while avoiding repetition and boilerplate serilization code.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment