Skip to content

Commit

Permalink
Merge pull request #239 from jmgurney/jmgurney-patch-1
Browse files Browse the repository at this point in the history
update JSON example to match w/ UCL example
  • Loading branch information
vstakhov authored Sep 19, 2020
2 parents 5241e9d + 7279633 commit 7d69d0a
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,25 @@ section {
```json
{
"param": "value",
"param1": "value1",
"flag": true,
"subsection": {
"host": [
{
"host": "hostname",
"port": 900
},
{
"host": "hostname",
"port": 901
"section": {
"param": "value",
"param1": "value1",
"flag": true,
"number": 10000,
"time": "0.2s",
"string": "something",
"subsection": {
"host": [
{
"host": "hostname",
"port": 900
},
{
"host": "hostname",
"port": 901
}
]
}
]
}
}
```
Expand Down

0 comments on commit 7d69d0a

Please sign in to comment.